public class ValueStringFixed 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, TIMESTAMP_UTC, TYPE_COUNT, UNKNOWN, UUID| Modifier | Constructor and Description |
|---|---|
protected |
ValueStringFixed(java.lang.String value) |
| Modifier and Type | Method and Description |
|---|---|
static ValueStringFixed |
get(java.lang.String s)
Get or create a fixed length string value for the given string.
|
protected ValueString |
getNew(java.lang.String s)
Create a new String value of the current class.
|
int |
getType()
Get the value type.
|
compareSecure, convertPrecision, equals, get, getDisplaySize, getMemory, getObject, getPrecision, getSQL, getString, hashCode, 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, toStringpublic int getType()
ValuegetType in class ValueStringpublic static ValueStringFixed get(java.lang.String s)
s - the stringprotected ValueString getNew(java.lang.String s)
ValueStringgetNew in class ValueStrings - the string