class Hotdog::Expression::NothingNode

Public Class Methods

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