|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.h2.value.Value
org.h2.value.ValueString
org.h2.value.ValueStringFixed
public class ValueStringFixed
Implementation of the CHAR data type.
Field Summary |
---|
Fields inherited from class org.h2.value.ValueString |
---|
value |
Fields inherited from class org.h2.value.Value |
---|
ARRAY, BLOB, BOOLEAN, BYTE, BYTES, CLOB, DATE, DECIMAL, DOUBLE, FLOAT, INT, JAVA_OBJECT, LONG, NULL, RESULT_SET, SHORT, STRING, STRING_FIXED, STRING_IGNORECASE, TIME, TIMESTAMP, TYPE_COUNT, UNKNOWN, UUID |
Constructor Summary | |
---|---|
protected |
ValueStringFixed(java.lang.String value)
|
Method Summary | |
---|---|
static ValueStringFixed |
get(java.lang.String s)
Get or create a fixed length string value for the given string. |
protected Value |
getNew(java.lang.String s)
Create a new String value of the current class. |
int |
getType()
Get the value type. |
Methods inherited from class org.h2.value.ValueString |
---|
compareSecure, convertPrecision, equals, getDisplaySize, getMemory, getObject, getPrecision, getSQL, getString, hashCode, set |
Methods inherited from class org.h2.value.Value |
---|
add, checkPrecision, close, compareTo, compareTypeSave, convertScale, convertTo, copyToTemp, divide, getBigDecimal, getBoolean, getByte, getBytes, getBytesNoCopy, getDate, getDateNoCopy, getDouble, getFloat, getHigherOrder, getInputStream, getInt, getLong, getReader, getScale, getShort, getSignum, getSmall, getTableId, getTime, getTimeNoCopy, getTimestamp, getTimestampNoCopy, getTraceSQL, isFileBased, isLinked, link, multiply, negate, subtract, throwUnsupportedExceptionForType, toString, unlink |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected ValueStringFixed(java.lang.String value)
Method Detail |
---|
public int getType()
Value
getType
in class ValueString
public static ValueStringFixed get(java.lang.String s)
s
- the string
protected Value getNew(java.lang.String s)
ValueString
getNew
in class ValueString
s
- the string
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |