Class: SQLParser::Statement::Aggregate
- Defined in:
- lib/rossoc/statement.rb
Instance Attribute Summary collapse
-
#column ⇒ Object
readonly
Returns the value of attribute column.
Instance Method Summary collapse
-
#initialize(column) ⇒ Aggregate
constructor
A new instance of Aggregate.
Methods inherited from Node
Constructor Details
#initialize(column) ⇒ Aggregate
277 278 279 |
# File 'lib/rossoc/statement.rb', line 277 def initialize(column) @column = column end |
Instance Attribute Details
#column ⇒ Object (readonly)
Returns the value of attribute column.
281 282 283 |
# File 'lib/rossoc/statement.rb', line 281 def column @column end |