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