public class ValueStringIgnoreCase extends ValueString
Value.ValueBlob, Value.ValueClobvalueARRAY, BLOB, BOOLEAN, BYTE, BYTES, CLOB, DATE, DECIMAL, DOUBLE, FLOAT, GEOMETRY, INT, JAVA_OBJECT, LONG, NULL, RESULT_SET, SHORT, STRING, STRING_FIXED, STRING_IGNORECASE, TIME, TIMESTAMP, TIMESTAMP_TZ, TYPE_COUNT, UNKNOWN, UUID| 限定符 | 构造器和说明 |
|---|---|
protected |
ValueStringIgnoreCase(String value) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected int |
compareSecure(Value o,
CompareMode mode)
Compare the value with another value of the same type.
|
boolean |
equals(Object other)
Check if the two values have the same hash code.
|
static ValueStringIgnoreCase |
get(String s)
Get or create a case insensitive string value for the given string.
|
protected ValueString |
getNew(String s)
Create a new String value of the current class.
|
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, copy, copyToResult, copyToTemp, divide, getBigDecimal, getBoolean, getByte, getBytes, getBytesNoCopy, getDataHandler, getDate, getDouble, getFloat, getHigherOrder, getInputStream, getInt, getLong, getReader, getResultSet, getScale, getShort, getSignum, getSmall, getTableId, getTime, getTimestamp, getTraceSQL, isLinkedToTable, modulus, multiply, negate, remove, subtract, throwUnsupportedExceptionForType, toStringprotected ValueStringIgnoreCase(String value)
public int getType()
ValuegetType 在类中 ValueStringprotected int compareSecure(Value o, CompareMode mode)
ValuecompareSecure 在类中 ValueStringo - the other valuemode - the compare modepublic boolean equals(Object other)
Valueequals 在类中 ValueStringother - the other valuepublic int hashCode()
hashCode 在类中 ValueStringpublic String getSQL()
ValuegetSQL 在类中 ValueStringpublic static ValueStringIgnoreCase get(String s)
s - the stringprotected ValueString getNew(String s)
ValueStringgetNew 在类中 ValueStrings - the stringCopyright © 2017. All rights reserved.