public class ValueStringIgnoreCase extends ValueString
valueARRAY, 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, JSON, LONG, MIN_LONG_DECIMAL, NULL, RESULT_SET, ROW, SHORT, STRING, STRING_FIXED, STRING_IGNORECASE, TIME, TIME_TZ, TIMESTAMP, TIMESTAMP_TZ, TYPE_COUNT, UNKNOWN, UUIDDUMMY| Modifier | Constructor and Description |
|---|---|
protected |
ValueStringIgnoreCase(java.lang.String value) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTypeSafe(Value o,
CompareMode mode,
CastDataProvider provider)
Compare this value against another value given that the values are of the
same data type.
|
boolean |
equals(java.lang.Object other)
Check if the two values have the same hash code.
|
static ValueStringIgnoreCase |
get(java.lang.String s)
Get or create a case insensitive string value for the given string.
|
protected ValueString |
getNew(java.lang.String s)
Create a new String value of the current class.
|
java.lang.StringBuilder |
getSQL(java.lang.StringBuilder builder)
Appends the SQL expression for this value to the specified builder.
|
int |
getValueType()
Get the value type.
|
int |
hashCode() |
convertPrecision, get, getMemory, getObject, getString, getType, setadd, checkPrecision, clearCache, compareTo, compareWithNull, containsNull, convertScale, convertTo, convertTo, convertTo, convertTo, convertToInt, copy, copyToResult, copyToTemp, divide, getBigDecimal, getBoolean, getByte, getBytes, getBytesNoCopy, getDataHandler, getDate, getDouble, getFloat, getHigherOrder, getHigherType, getInputStream, getInputStream, getInt, getLong, getReader, getReader, getResult, getShort, getSignum, getSmall, getSQL, getTableId, getTime, getTimestamp, getTraceSQL, getUnsupportedExceptionForOperation, isLinkedToTable, modulus, multiply, negate, remove, subtract, toStringgetCommittedValue, getCurrentValue, getOperationId, isCommittedpublic int getValueType()
ValuegetValueType in class ValueStringpublic int compareTypeSafe(Value o, CompareMode mode, CastDataProvider provider)
ValuecompareTypeSafe in class ValueStringo - the other valuemode - the compare modeprovider - the cast information providerpublic boolean equals(java.lang.Object other)
Valueequals in class ValueStringother - the other valuepublic int hashCode()
hashCode in class ValueStringpublic java.lang.StringBuilder getSQL(java.lang.StringBuilder builder)
ValuegetSQL in class ValueStringbuilder - string builderpublic static ValueStringIgnoreCase get(java.lang.String s)
s - the stringprotected ValueString getNew(java.lang.String s)
ValueStringgetNew in class ValueStrings - the string