Class: SQLParser::Statement::Exists
- Defined in:
- lib/rossoc/statement.rb
Instance Attribute Summary collapse
-
#table_subquery ⇒ Object
readonly
Returns the value of attribute table_subquery.
Instance Method Summary collapse
-
#initialize(table_subquery) ⇒ Exists
constructor
A new instance of Exists.
Methods inherited from Node
Constructor Details
#initialize(table_subquery) ⇒ Exists
Returns a new instance of Exists.
210 211 212 |
# File 'lib/rossoc/statement.rb', line 210 def initialize(table_subquery) @table_subquery = table_subquery end |
Instance Attribute Details
#table_subquery ⇒ Object (readonly)
Returns the value of attribute table_subquery.
214 215 216 |
# File 'lib/rossoc/statement.rb', line 214 def table_subquery @table_subquery end |