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
#==, #dump, #evaluate, #optimize
Constructor Details
#initialize(options = {}) ⇒ EverythingNode
Returns a new instance of EverythingNode.
563 564 565 |
# File 'lib/hotdog/expression/semantics.rb', line 563 def initialize(={}) super("SELECT id AS host_id FROM hosts;", [], ) end |