Class: KSExpression::KSBetweenFunction
- Inherits:
-
KSFunctionOperator
- Object
- KSExpression
- KSOperator
- KSFunctionOperator
- KSExpression::KSBetweenFunction
- Defined in:
- lib/kansas/Expression.rb
Instance Method Summary collapse
Methods inherited from KSFunctionOperator
Methods inherited from KSOperator
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_body ⇒ Object
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 |