public abstract class ValueCollectionBase extends Value
ARRAY, BLOB, BOOLEAN, BYTE, BYTES, CLOB, DATE, DECIMAL, DOUBLE, ENUM, FLOAT, GEOMETRY, INT, INTERVAL_DAY, INTERVAL_DAY_TO_HOUR, INTERVAL_DAY_TO_MINUTE, INTERVAL_DAY_TO_SECOND, INTERVAL_HOUR, INTERVAL_HOUR_TO_MINUTE, INTERVAL_HOUR_TO_SECOND, INTERVAL_MINUTE, INTERVAL_MINUTE_TO_SECOND, INTERVAL_MONTH, INTERVAL_SECOND, INTERVAL_YEAR, INTERVAL_YEAR_TO_MONTH, JAVA_OBJECT, LONG, MIN_LONG_DECIMAL, NULL, RESULT_SET, ROW, SHORT, STRING, STRING_FIXED, STRING_IGNORECASE, TIME, TIMESTAMP, TIMESTAMP_TZ, TYPE_COUNT, UNKNOWN, UUIDDUMMY| Modifier and Type | Method and Description |
|---|---|
int |
compareWithNull(Value v,
boolean forEquality,
Mode databaseMode,
CompareMode compareMode)
Compare this value against another value using the specified compare
mode.
|
boolean |
containsNull()
Returns true if this value is NULL or contains NULL value.
|
Value[] |
getList() |
int |
getMemory()
Get the memory used by this object.
|
TypeInfo |
getType()
Returns the data type.
|
int |
hashCode() |
add, checkPrecision, clearCache, compareTo, compareTypeSafe, convertPrecision, convertScale, convertTo, convertTo, convertTo, convertTo, convertToInt, copy, copyToResult, copyToTemp, divide, equals, getBigDecimal, getBoolean, getByte, getBytes, getBytesNoCopy, getDataHandler, getDate, getDouble, getFloat, getHigherOrder, getHigherType, getInputStream, getInputStream, getInt, getLong, getObject, getReader, getReader, getResult, getShort, getSignum, getSmall, getSQL, getSQL, getString, getTableId, getTime, getTimestamp, getTraceSQL, getUnsupportedExceptionForOperation, getValueType, isLinkedToTable, modulus, multiply, negate, remove, set, subtract, toStringgetCommittedValue, getCurrentValue, getOperationId, isCommittedpublic Value[] getList()
public int compareWithNull(Value v, boolean forEquality, Mode databaseMode, CompareMode compareMode)
ValuecompareWithNull in class Valuev - the other valueforEquality - perform only check for equalitydatabaseMode - the database modecompareMode - the compare modeInteger.MIN_VALUE if order is
not defined due to NULL comparisonpublic boolean containsNull()
ValuecontainsNull in class Value