Class: KSExpression::KSBetweenFunction

Inherits:
KSFunctionOperator show all
Defined in:
lib/kansas/Expression.rb

Instance Method Summary collapse

Methods inherited from KSFunctionOperator

#initialize

Methods inherited from KSOperator

#keyword, keyword, setKeyword

Methods inherited from KSExpression

binary_function, #count_sql, #delete_sql, operator, #select_sql, unary_function, unary_operator

Constructor Details

This class inherits a constructor from KSExpression::KSFunctionOperator

Instance Method Details

#expr_bodyObject



199
200
201
# File 'lib/kansas/Expression.rb', line 199

def expr_body
  "#{@a.expr_body} #{keyword} #{@b[0].expr_body} AND #{@b[1].expr_body}"
end