Class: Hotdog::Commands::Search::EverythingNode
- Inherits:
-
QueryExpressionNode
- Object
- ExpressionNode
- QueryExpressionNode
- Hotdog::Commands::Search::EverythingNode
- Defined in:
- lib/hotdog/commands/search.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, #intermediates, #leafs, #optimize
Constructor Details
#initialize(options = {}) ⇒ EverythingNode
Returns a new instance of EverythingNode.
763 764 765 |
# File 'lib/hotdog/commands/search.rb', line 763 def initialize(={}) super("SELECT id AS host_id FROM hosts", [], ) end |