Class: Mxrb::Oql::OqlProjection

Inherits:
Data
  • Object
show all
Defined in:
lib/mxrb/oql/reverse_translator.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#confidenceObject (readonly)

Returns the value of attribute confidence

Returns:

  • (Object)

    the current value of confidence



5
6
7
# File 'lib/mxrb/oql/reverse_translator.rb', line 5

def confidence
  @confidence
end

#dialectObject (readonly)

Returns the value of attribute dialect

Returns:

  • (Object)

    the current value of dialect



5
6
7
# File 'lib/mxrb/oql/reverse_translator.rb', line 5

def dialect
  @dialect
end

#oqlObject (readonly)

Returns the value of attribute oql

Returns:

  • (Object)

    the current value of oql



5
6
7
# File 'lib/mxrb/oql/reverse_translator.rb', line 5

def oql
  @oql
end

#parametersObject (readonly)

Returns the value of attribute parameters

Returns:

  • (Object)

    the current value of parameters



5
6
7
# File 'lib/mxrb/oql/reverse_translator.rb', line 5

def parameters
  @parameters
end

#sqlObject (readonly)

Returns the value of attribute sql

Returns:

  • (Object)

    the current value of sql



5
6
7
# File 'lib/mxrb/oql/reverse_translator.rb', line 5

def sql
  @sql
end

#warningsObject (readonly)

Returns the value of attribute warnings

Returns:

  • (Object)

    the current value of warnings



5
6
7
# File 'lib/mxrb/oql/reverse_translator.rb', line 5

def warnings
  @warnings
end

Instance Method Details

#supported?Boolean

Returns:

  • (Boolean)


8
# File 'lib/mxrb/oql/reverse_translator.rb', line 8

def supported? = !oql.nil?