public class ValueStringIgnoreCase extends ValueString
Value.ValueBlob, Value.ValueClobvalueARRAY, BLOB, BOOLEAN, BYTE, BYTES, CLOB, DATE, DECIMAL, DOUBLE, ENUM, FLOAT, GEOMETRY, INT, JAVA_OBJECT, LONG, NULL, RESULT_SET, SHORT, STRING, STRING_FIXED, STRING_IGNORECASE, TIME, TIMESTAMP, TIMESTAMP_TZ, TYPE_COUNT, UNKNOWN, UUID| Modifier | Constructor and Description |
|---|---|
protected |
ValueStringIgnoreCase(java.lang.String value) |
| Modifier and Type | Method and Description |
|---|---|
protected int |
compareSecure(Value o,
CompareMode mode)
Compare the value with another value of the same 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.String |
getSQL()
Get the SQL expression for this value.
|
int |
getType()
Get the value type.
|
int |
hashCode() |
convertPrecision, get, getDisplaySize, getMemory, getObject, getPrecision, getString, setadd, checkPrecision, clearCache, compareTo, compareTypeSafe, convertScale, convertTo, convertTo, convertTo, convertToEnum, copy, copyToResult, copyToTemp, divide, getBigDecimal, getBoolean, getByte, getBytes, getBytesNoCopy, getDataHandler, getDate, getDouble, getFloat, getHigherOrder, getInputStream, getInputStream, getInt, getLong, getReader, getReader, getResultSet, getScale, getShort, getSignum, getSmall, getTableId, getTime, getTimestamp, getTraceSQL, isLinkedToTable, modulus, multiply, negate, remove, subtract, throwUnsupportedExceptionForType, toStringpublic int getType()
ValuegetType in class ValueStringprotected int compareSecure(Value o, CompareMode mode)
ValuecompareSecure in class ValueStringo - the other valuemode - the compare modepublic boolean equals(java.lang.Object other)
Valueequals in class ValueStringother - the other valuepublic int hashCode()
hashCode in class ValueStringpublic java.lang.String getSQL()
ValuegetSQL in class ValueStringpublic static ValueStringIgnoreCase get(java.lang.String s)
s - the stringprotected ValueString getNew(java.lang.String s)
ValueStringgetNew in class ValueStrings - the string