enum
Focus::UnaryExpressionType
Defined in:
focus/sql_expressions.crEnum Members
-
IS_NULL =
0
-
IS_NOT_NULL =
1
-
UNARY_MINUS =
2
-
UNARY_PLUS =
3
-
NOT =
4
Instance Method Summary
-
#is_not_null?
Returns
true
if this enum value equalsIS_NOT_NULL
-
#is_null?
Returns
true
if this enum value equalsIS_NULL
-
#not?
Returns
true
if this enum value equalsNOT
- #operator : String
-
#unary_minus?
Returns
true
if this enum value equalsUNARY_MINUS
-
#unary_plus?
Returns
true
if this enum value equalsUNARY_PLUS