com.sybase.persistence
Interface TestType
public interface TestType
Defines constants valid for AttributeTest
and CompositeTest
instances.
IS_NULL
static final int IS_NULL
- See Also:
- Constant Field Values
NOT_NULL
static final int NOT_NULL
- See Also:
- Constant Field Values
EQUAL
static final int EQUAL
- See Also:
- Constant Field Values
NOT_EQUAL
static final int NOT_EQUAL
- See Also:
- Constant Field Values
LIKE
static final int LIKE
- See Also:
- Constant Field Values
NOT_LIKE
static final int NOT_LIKE
- See Also:
- Constant Field Values
MATCH
static final int MATCH
- See Also:
- Constant Field Values
NOT_MATCH
static final int NOT_MATCH
- See Also:
- Constant Field Values
LESS_THAN
static final int LESS_THAN
- See Also:
- Constant Field Values
LESS_EQUAL
static final int LESS_EQUAL
- See Also:
- Constant Field Values
GREATER_THAN
static final int GREATER_THAN
- See Also:
- Constant Field Values
GREATER_EQUAL
static final int GREATER_EQUAL
- See Also:
- Constant Field Values
CONTAINS
static final int CONTAINS
- See Also:
- Constant Field Values
STARTS_WITH
static final int STARTS_WITH
- See Also:
- Constant Field Values
ENDS_WITH
static final int ENDS_WITH
- See Also:
- Constant Field Values
NOT
static final int NOT
- See Also:
- Constant Field Values
AND
static final int AND
- See Also:
- Constant Field Values
OR
static final int OR
- See Also:
- Constant Field Values