Class: Mxrb::Oql::SqlView
- Inherits:
-
Data
- Object
- Data
- Mxrb::Oql::SqlView
- Defined in:
- lib/mxrb/oql.rb
Instance Attribute Summary collapse
-
#confidence ⇒ Object
readonly
Returns the value of attribute confidence.
-
#dialect ⇒ Object
readonly
Returns the value of attribute dialect.
-
#parameters ⇒ Object
readonly
Returns the value of attribute parameters.
-
#query ⇒ Object
readonly
Returns the value of attribute query.
-
#sql ⇒ Object
readonly
Returns the value of attribute sql.
-
#warnings ⇒ Object
readonly
Returns the value of attribute warnings.
Instance Method Summary collapse
Instance Attribute Details
#confidence ⇒ Object (readonly)
Returns the value of attribute confidence
11 12 13 |
# File 'lib/mxrb/oql.rb', line 11 def confidence @confidence end |
#dialect ⇒ Object (readonly)
Returns the value of attribute dialect
11 12 13 |
# File 'lib/mxrb/oql.rb', line 11 def dialect @dialect end |
#parameters ⇒ Object (readonly)
Returns the value of attribute parameters
11 12 13 |
# File 'lib/mxrb/oql.rb', line 11 def parameters @parameters end |
#query ⇒ Object (readonly)
Returns the value of attribute query
11 12 13 |
# File 'lib/mxrb/oql.rb', line 11 def query @query end |
#sql ⇒ Object (readonly)
Returns the value of attribute sql
11 12 13 |
# File 'lib/mxrb/oql.rb', line 11 def sql @sql end |
#warnings ⇒ Object (readonly)
Returns the value of attribute warnings
11 12 13 |
# File 'lib/mxrb/oql.rb', line 11 def warnings @warnings end |
Instance Method Details
#supported? ⇒ Boolean
14 |
# File 'lib/mxrb/oql.rb', line 14 def supported? = !sql.nil? |