Class: Hotdog::Expression::EverythingNode
- Inherits:
-
QueryExpressionNode
- Object
- ExpressionNode
- QueryExpressionNode
- Hotdog::Expression::EverythingNode
- Defined in:
- lib/hotdog/expression/semantics.rb
Instance Attribute Summary
Attributes inherited from QueryExpressionNode
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ EverythingNode
constructor
A new instance of EverythingNode.
Methods inherited from QueryExpressionNode
Methods inherited from ExpressionNode
Constructor Details
#initialize(options = {}) ⇒ EverythingNode
Returns a new instance of EverythingNode.
531 532 533 |
# File 'lib/hotdog/expression/semantics.rb', line 531 def initialize(={}) super("SELECT id AS host_id FROM hosts", [], ) end |