public class WrapperConstants
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected static int |
ARRAY |
protected static int |
BIGDECIMAL |
protected static int |
BLOB |
protected static int |
BOOLEAN |
protected static int |
BYTE |
protected static int |
BYTES |
protected static int |
CLOB |
protected static int |
DATE |
protected static int |
DOUBLE |
protected static int |
FLOAT |
protected static int |
INT |
protected static int |
LONG |
protected static int |
NULL |
protected static int |
OBJECT |
protected static int |
REF |
protected static int |
SHORT |
protected static int |
STRING |
protected static int |
TIME |
protected static int |
TIMESTAMP |
protected static int |
URL |
Constructor and Description |
---|
WrapperConstants() |
protected static final int STRING
protected static final int BOOLEAN
protected static final int NULL
protected static final int TIME
protected static final int TIMESTAMP
protected static final int BYTE
protected static final int DOUBLE
protected static final int FLOAT
protected static final int INT
protected static final int LONG
protected static final int SHORT
protected static final int BYTES
protected static final int OBJECT
protected static final int BIGDECIMAL
protected static final int ARRAY
protected static final int URL
protected static final int BLOB
protected static final int CLOB
protected static final int DATE
protected static final int REF