com.omnipilot.lassopro
Class LassoOperators

java.lang.Object
  extended bycom.omnipilot.lassopro.LassoOperators

public final class LassoOperators
extends java.lang.Object

Operator constants used throughout LJAPI


Field Summary
static int OP_AND
          Logical operator AND
static int OP_ANY
          Specified by -Random database action
static int OP_BEGINS_WITH
          Field search operator BW
static int OP_CONTAINS
          Field search operator CN
static int OP_DEFAULT
          Same as OP_BEGINS_WITH
static int OP_ENDS_WITH
          Field search operator EW
static int OP_EQUALS
          Field search operator EQ
static int OP_GREATER_THAN
          Field search operator GT
static int OP_GREATER_THAN_EQUALS
          Field search operator GTE
static int OP_IN_FULL_TEXT
          Field search operator FT
static int OP_IN_LIST
          Field search operator IN
static int OP_IN_REGEXP
          Field search operator RX
static int OP_LESS_THAN
          Field search operator LT
static int OP_LESS_THAN_EQUALS
          Field search operator LTE
static int OP_NO
          Same as OP_NOT
static int OP_NOT
          Logical operator NOT
static int OP_NOT_BEGINS_WITH
           
static int OP_NOT_CONTAINS
           
static int OP_NOT_ENDS_WITH
           
static int OP_NOT_EQUALS
          Same as OP_NOT
static int OP_NOT_IN_LIST
           
static int OP_NOT_IN_REGEXP
          Field search operator NRX
static int OP_OR
          Logical operator OR
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OP_GREATER_THAN

public static final int OP_GREATER_THAN
Field search operator GT

See Also:
Constant Field Values

OP_GREATER_THAN_EQUALS

public static final int OP_GREATER_THAN_EQUALS
Field search operator GTE

See Also:
Constant Field Values

OP_EQUALS

public static final int OP_EQUALS
Field search operator EQ

See Also:
Constant Field Values

OP_LESS_THAN

public static final int OP_LESS_THAN
Field search operator LT

See Also:
Constant Field Values

OP_LESS_THAN_EQUALS

public static final int OP_LESS_THAN_EQUALS
Field search operator LTE

See Also:
Constant Field Values

OP_BEGINS_WITH

public static final int OP_BEGINS_WITH
Field search operator BW

See Also:
Constant Field Values

OP_ENDS_WITH

public static final int OP_ENDS_WITH
Field search operator EW

See Also:
Constant Field Values

OP_CONTAINS

public static final int OP_CONTAINS
Field search operator CN

See Also:
Constant Field Values

OP_NOT_CONTAINS

public static final int OP_NOT_CONTAINS
See Also:
Constant Field Values

OP_NOT_BEGINS_WITH

public static final int OP_NOT_BEGINS_WITH
See Also:
Constant Field Values

OP_NOT_ENDS_WITH

public static final int OP_NOT_ENDS_WITH
See Also:
Constant Field Values

OP_AND

public static final int OP_AND
Logical operator AND

See Also:
Constant Field Values

OP_OR

public static final int OP_OR
Logical operator OR

See Also:
Constant Field Values

OP_NOT

public static final int OP_NOT
Logical operator NOT

See Also:
Constant Field Values

OP_NO

public static final int OP_NO
Same as OP_NOT

See Also:
Constant Field Values

OP_ANY

public static final int OP_ANY
Specified by -Random database action

See Also:
Constant Field Values

OP_IN_LIST

public static final int OP_IN_LIST
Field search operator IN

See Also:
Constant Field Values

OP_NOT_IN_LIST

public static final int OP_NOT_IN_LIST
See Also:
Constant Field Values

OP_IN_FULL_TEXT

public static final int OP_IN_FULL_TEXT
Field search operator FT

See Also:
Constant Field Values

OP_IN_REGEXP

public static final int OP_IN_REGEXP
Field search operator RX

See Also:
Constant Field Values

OP_NOT_IN_REGEXP

public static final int OP_NOT_IN_REGEXP
Field search operator NRX

See Also:
Constant Field Values

OP_NOT_EQUALS

public static final int OP_NOT_EQUALS
Same as OP_NOT

See Also:
Constant Field Values

OP_DEFAULT

public static final int OP_DEFAULT
Same as OP_BEGINS_WITH

See Also:
Constant Field Values