Netsutie PHP Toolkit
|
Data Fields | |
const | between = "between" |
const | NSempty = "empty" |
const | equalTo = "equalTo" |
const | greaterThan = "greaterThan" |
const | greaterThanOrEqualTo = "greaterThanOrEqualTo" |
const | lessThan = "lessThan" |
const | lessThanOrEqualTo = "lessThanOrEqualTo" |
const | notBetween = "notBetween" |
const | notEmpty = "notEmpty" |
const | notEqualTo = "notEqualTo" |
const | notGreaterThan = "notGreaterThan" |
const | notGreaterThanOrEqualTo = "notGreaterThanOrEqualTo" |
const | notLessThan = "notLessThan" |
const | notLessThanOrEqualTo = "notLessThanOrEqualTo" |
Static Public Attributes | |
static | $paramtypesmap |
Definition at line 8 of file SearchDoubleFieldOperator.php.
|
static |
Definition at line 12 of file SearchDoubleFieldOperator.php.
const between = "between" |
Definition at line 22 of file SearchDoubleFieldOperator.php.
const equalTo = "equalTo" |
Definition at line 38 of file SearchDoubleFieldOperator.php.
const greaterThan = "greaterThan" |
Definition at line 46 of file SearchDoubleFieldOperator.php.
const greaterThanOrEqualTo = "greaterThanOrEqualTo" |
Definition at line 54 of file SearchDoubleFieldOperator.php.
const lessThan = "lessThan" |
Definition at line 62 of file SearchDoubleFieldOperator.php.
const lessThanOrEqualTo = "lessThanOrEqualTo" |
Definition at line 70 of file SearchDoubleFieldOperator.php.
const notBetween = "notBetween" |
Definition at line 78 of file SearchDoubleFieldOperator.php.
const notEmpty = "notEmpty" |
Definition at line 86 of file SearchDoubleFieldOperator.php.
const notEqualTo = "notEqualTo" |
Definition at line 94 of file SearchDoubleFieldOperator.php.
const notGreaterThan = "notGreaterThan" |
Definition at line 102 of file SearchDoubleFieldOperator.php.
const notGreaterThanOrEqualTo = "notGreaterThanOrEqualTo" |
Definition at line 110 of file SearchDoubleFieldOperator.php.
const notLessThan = "notLessThan" |
Definition at line 118 of file SearchDoubleFieldOperator.php.
const notLessThanOrEqualTo = "notLessThanOrEqualTo" |
Definition at line 126 of file SearchDoubleFieldOperator.php.
const NSempty = "empty" |
Definition at line 30 of file SearchDoubleFieldOperator.php.