sqlWrapper
Class WrapperConstants
java.lang.Object
sqlWrapper.WrapperConstants
public class WrapperConstants
- extends java.lang.Object
Constants for the SQL Wrapper Classes.
Field Summary |
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
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
STRING
protected static final int STRING
- See Also:
- Constant Field Values
BOOLEAN
protected static final int BOOLEAN
- See Also:
- Constant Field Values
NULL
protected static final int NULL
- See Also:
- Constant Field Values
TIME
protected static final int TIME
- See Also:
- Constant Field Values
TIMESTAMP
protected static final int TIMESTAMP
- See Also:
- Constant Field Values
BYTE
protected static final int BYTE
- See Also:
- Constant Field Values
DOUBLE
protected static final int DOUBLE
- See Also:
- Constant Field Values
FLOAT
protected static final int FLOAT
- See Also:
- Constant Field Values
INT
protected static final int INT
- See Also:
- Constant Field Values
LONG
protected static final int LONG
- See Also:
- Constant Field Values
SHORT
protected static final int SHORT
- See Also:
- Constant Field Values
BYTES
protected static final int BYTES
- See Also:
- Constant Field Values
OBJECT
protected static final int OBJECT
- See Also:
- Constant Field Values
BIGDECIMAL
protected static final int BIGDECIMAL
- See Also:
- Constant Field Values
ARRAY
protected static final int ARRAY
- See Also:
- Constant Field Values
URL
protected static final int URL
- See Also:
- Constant Field Values
BLOB
protected static final int BLOB
- See Also:
- Constant Field Values
CLOB
protected static final int CLOB
- See Also:
- Constant Field Values
DATE
protected static final int DATE
- See Also:
- Constant Field Values
REF
protected static final int REF
- See Also:
- Constant Field Values
WrapperConstants
public WrapperConstants()