Class: Mxrb::Oql::OqlProjection
- Inherits:
-
Data
- Object
- Data
- Mxrb::Oql::OqlProjection
- Defined in:
- lib/mxrb/oql/reverse_translator.rb
Instance Attribute Summary collapse
-
#confidence ⇒ Object
readonly
Returns the value of attribute confidence.
-
#dialect ⇒ Object
readonly
Returns the value of attribute dialect.
-
#oql ⇒ Object
readonly
Returns the value of attribute oql.
-
#parameters ⇒ Object
readonly
Returns the value of attribute parameters.
-
#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
5 6 7 |
# File 'lib/mxrb/oql/reverse_translator.rb', line 5 def confidence @confidence end |
#dialect ⇒ Object (readonly)
Returns the value of attribute dialect
5 6 7 |
# File 'lib/mxrb/oql/reverse_translator.rb', line 5 def dialect @dialect end |
#oql ⇒ Object (readonly)
Returns the value of attribute oql
5 6 7 |
# File 'lib/mxrb/oql/reverse_translator.rb', line 5 def oql @oql end |
#parameters ⇒ Object (readonly)
Returns the value of attribute parameters
5 6 7 |
# File 'lib/mxrb/oql/reverse_translator.rb', line 5 def parameters @parameters end |
#sql ⇒ Object (readonly)
Returns the value of attribute sql
5 6 7 |
# File 'lib/mxrb/oql/reverse_translator.rb', line 5 def sql @sql end |
#warnings ⇒ Object (readonly)
Returns the value of attribute warnings
5 6 7 |
# File 'lib/mxrb/oql/reverse_translator.rb', line 5 def warnings @warnings end |
Instance Method Details
#supported? ⇒ Boolean
8 |
# File 'lib/mxrb/oql/reverse_translator.rb', line 8 def supported? = !oql.nil? |