|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectorg.tinygroup.dbrouter.value.Value
public abstract class Value
This is the base class for all value classes. It provides conversion and comparison methods.
| 嵌套类摘要 | |
|---|---|
static interface |
Value.ValueBlob
A "character large object". |
static interface |
Value.ValueClob
A "binary large object". |
| 字段摘要 | |
|---|---|
static int |
ARRAY
The value type for ARRAY values. |
static int |
BLOB
The value type for BLOB values. |
static int |
BOOLEAN
The value type for BOOLEAN values. |
static int |
BYTE
The value type for BYTE values. |
static int |
BYTES
The value type for BYTES values. |
static int |
CLOB
The value type for CLOB values. |
static int |
DATE
The value type for DATE values. |
static int |
DECIMAL
The value type for DECIMAL values. |
static int |
DOUBLE
The value type for DOUBLE values. |
static int |
FLOAT
The value type for FLOAT values. |
static int |
INT
The value type for INT values. |
static int |
JAVA_OBJECT
The value type for JAVA_OBJECT values. |
static int |
LONG
The value type for LONG values. |
static int |
NULL
The value type for NULL. |
static int |
RESULT_SET
The value type for RESULT_SET values. |
static int |
SHORT
The value type for SHORT values. |
static int |
STRING
The value type for STRING values. |
static int |
STRING_FIXED
The value type for string values with a fixed size. |
static int |
STRING_IGNORECASE
The value type for case insensitive STRING values. |
static int |
TIME
The value type for TIME values. |
static int |
TIMESTAMP
The value type for TIMESTAMP values. |
static int |
TYPE_COUNT
The number of value types. |
static int |
UNKNOWN
The data type is unknown at this time. |
static int |
UUID
The value type for UUID values. |
| 构造方法摘要 | |
|---|---|
Value()
|
|
| 方法摘要 |
|---|
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 字段详细信息 |
|---|
public static final int UNKNOWN
public static final int NULL
public static final int BOOLEAN
public static final int BYTE
public static final int SHORT
public static final int INT
public static final int LONG
public static final int DECIMAL
public static final int DOUBLE
public static final int FLOAT
public static final int TIME
public static final int DATE
public static final int TIMESTAMP
public static final int BYTES
public static final int STRING
public static final int STRING_IGNORECASE
public static final int BLOB
public static final int CLOB
public static final int ARRAY
public static final int RESULT_SET
public static final int JAVA_OBJECT
public static final int UUID
public static final int STRING_FIXED
public static final int TYPE_COUNT
| 构造方法详细信息 |
|---|
public Value()
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||