Class: Mxrb::Oql::SqlView

Inherits:
Data
  • Object
show all
Defined in:
lib/mxrb/oql.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



11
12
13
# File 'lib/mxrb/oql.rb', line 11

def confidence
  @confidence
end

#dialectObject (readonly)

Returns the value of attribute dialect

Returns:

  • (Object)

    the current value of dialect



11
12
13
# File 'lib/mxrb/oql.rb', line 11

def dialect
  @dialect
end

#parametersObject (readonly)

Returns the value of attribute parameters

Returns:

  • (Object)

    the current value of parameters



11
12
13
# File 'lib/mxrb/oql.rb', line 11

def parameters
  @parameters
end

#queryObject (readonly)

Returns the value of attribute query

Returns:

  • (Object)

    the current value of query



11
12
13
# File 'lib/mxrb/oql.rb', line 11

def query
  @query
end

#sqlObject (readonly)

Returns the value of attribute sql

Returns:

  • (Object)

    the current value of sql



11
12
13
# File 'lib/mxrb/oql.rb', line 11

def sql
  @sql
end

#warningsObject (readonly)

Returns the value of attribute warnings

Returns:

  • (Object)

    the current value of warnings



11
12
13
# File 'lib/mxrb/oql.rb', line 11

def warnings
  @warnings
end

Instance Method Details

#supported?Boolean

Returns:

  • (Boolean)


14
# File 'lib/mxrb/oql.rb', line 14

def supported? = !sql.nil?