RelationalFunction uses FunctionCallTrait
Table of Contents
Constants
- EQUAL : string = 'equal'
- The EQUAL function.
- GREATER_THAN : string = 'greaterThan'
- The GREATER_THAN function.
- GREATER_THAN_OR_EQUAL : string = 'greaterThanOrEqual'
- The GREATER_THAN_OR_EQUAL function.
- IN : string = 'in'
- The IN function.
- LESS_THAN : string = 'lessThan'
- The LESS_THAN function.
- LESS_THAN_OR_EQUAL : string = 'lessThanOrEqual'
- The LESS_THAN_OR_EQUAL function.
- LIKE : string = 'isLike'
- The LIKE function.
- MATCH : string = 'match'
- The MATCH function.
- NOT_EQUAL : string = 'notEqual'
- The NOT_EQUAL function.
- NOT_IN : string = 'notIn'
- The NOT_IN function.
- NOT_LIKE : string = 'notLike'
- The NOT_LIKE function.
- NOT_MATCH : string = 'notMatch'
- The NOT_MATCH function.
Constants
EQUAL
The EQUAL function.
public
string
EQUAL
= 'equal'
GREATER_THAN
The GREATER_THAN function.
public
string
GREATER_THAN
= 'greaterThan'
GREATER_THAN_OR_EQUAL
The GREATER_THAN_OR_EQUAL function.
public
string
GREATER_THAN_OR_EQUAL
= 'greaterThanOrEqual'
IN
The IN function.
public
string
IN
= 'in'
LESS_THAN
The LESS_THAN function.
public
string
LESS_THAN
= 'lessThan'
LESS_THAN_OR_EQUAL
The LESS_THAN_OR_EQUAL function.
public
string
LESS_THAN_OR_EQUAL
= 'lessThanOrEqual'
LIKE
The LIKE function.
public
string
LIKE
= 'isLike'
MATCH
The MATCH function.
public
string
MATCH
= 'match'
NOT_EQUAL
The NOT_EQUAL function.
public
string
NOT_EQUAL
= 'notEqual'
NOT_IN
The NOT_IN function.
public
string
NOT_IN
= 'notIn'
NOT_LIKE
The NOT_LIKE function.
public
string
NOT_LIKE
= 'notLike'
NOT_MATCH
The NOT_MATCH function.
public
string
NOT_MATCH
= 'notMatch'