static SQLRecordPredicateFunctions.CompareResult |
SQLRecordPredicateFunctions.compareConsiderNull(Object a,
Object b) |
Compare two values, reporting special cases about NULL.
|
SQLRecordPredicateFunctions.CompareResult |
AllNullsDataAccessor.fieldCompareTo(int index,
Object value) |
|
default SQLRecordPredicateFunctions.CompareResult |
DataAccessor.fieldCompareTo(int index,
Object value) |
|
static SQLRecordPredicateFunctions.CompareResult |
SQLRecordPredicateFunctions.CompareResult.fromInt(int i) |
|
static SQLRecordPredicateFunctions.CompareResult |
SQLRecordPredicateFunctions.CompareResult.fromLong(long i) |
|
static SQLRecordPredicateFunctions.CompareResult |
SQLRecordPredicateFunctions.CompareResult.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static SQLRecordPredicateFunctions.CompareResult[] |
SQLRecordPredicateFunctions.CompareResult.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|