class Hotdog::Expression::EverythingNode
Public Class Methods
new(options={})
click to toggle source
Calls superclass method
Hotdog::Expression::QueryExpressionNode::new
# File lib/hotdog/expression/semantics.rb, line 616 def initialize(options={}) super("SELECT id AS host_id FROM hosts;", [], options) end