class Hotdog::Expression::EverythingNode

Public Class Methods

new(options={}) click to toggle source
# File lib/hotdog/expression/semantics.rb, line 616
def initialize(options={})
  super("SELECT id AS host_id FROM hosts;", [], options)
end