| 
    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 SearchLongFieldOperator.php.
      
  | 
  static | 
Definition at line 12 of file SearchLongFieldOperator.php.
| const between = "between" | 
Definition at line 22 of file SearchLongFieldOperator.php.
| const equalTo = "equalTo" | 
Definition at line 38 of file SearchLongFieldOperator.php.
| const greaterThan = "greaterThan" | 
Definition at line 46 of file SearchLongFieldOperator.php.
| const greaterThanOrEqualTo = "greaterThanOrEqualTo" | 
Definition at line 54 of file SearchLongFieldOperator.php.
| const lessThan = "lessThan" | 
Definition at line 62 of file SearchLongFieldOperator.php.
| const lessThanOrEqualTo = "lessThanOrEqualTo" | 
Definition at line 70 of file SearchLongFieldOperator.php.
| const notBetween = "notBetween" | 
Definition at line 78 of file SearchLongFieldOperator.php.
| const notEmpty = "notEmpty" | 
Definition at line 86 of file SearchLongFieldOperator.php.
| const notEqualTo = "notEqualTo" | 
Definition at line 94 of file SearchLongFieldOperator.php.
| const notGreaterThan = "notGreaterThan" | 
Definition at line 102 of file SearchLongFieldOperator.php.
| const notGreaterThanOrEqualTo = "notGreaterThanOrEqualTo" | 
Definition at line 110 of file SearchLongFieldOperator.php.
| const notLessThan = "notLessThan" | 
Definition at line 118 of file SearchLongFieldOperator.php.
| const notLessThanOrEqualTo = "notLessThanOrEqualTo" | 
Definition at line 126 of file SearchLongFieldOperator.php.
| const NSempty = "empty" | 
Definition at line 30 of file SearchLongFieldOperator.php.