Package org.apache.derby.client.am
Class ClientTypes
- java.lang.Object
-
- org.apache.derby.client.am.ClientTypes
-
public class ClientTypes extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static intBIGINTstatic intBINARY(package private) static intBITstatic intBLOB(package private) static intBOOLEANstatic intCHARstatic intCLOB(package private) static intDATE(package private) static intDECIMAL(package private) static intDOUBLE(package private) static intINTEGERstatic intJAVA_OBJECTstatic intLONGVARBINARYstatic intLONGVARCHAR(package private) static intREAL(package private) static intSMALLINT(package private) static intTIME(package private) static intTIMESTAMPstatic intVARBINARYstatic intVARCHAR
-
Constructor Summary
Constructors Modifier Constructor Description privateClientTypes()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description (package private) static java.lang.StringgetTypeString(int type)static intmapDERBYTypeToDriverType(boolean isDescribed, int sqlType, long length, int ccsid)
-
-
-
Field Detail
-
BIT
static final int BIT
- See Also:
- Constant Field Values
-
BOOLEAN
static final int BOOLEAN
- See Also:
- Constant Field Values
-
SMALLINT
static final int SMALLINT
- See Also:
- Constant Field Values
-
INTEGER
static final int INTEGER
- See Also:
- Constant Field Values
-
BIGINT
static final int BIGINT
- See Also:
- Constant Field Values
-
REAL
static final int REAL
- See Also:
- Constant Field Values
-
DOUBLE
static final int DOUBLE
- See Also:
- Constant Field Values
-
DECIMAL
static final int DECIMAL
- See Also:
- Constant Field Values
-
CHAR
public static final int CHAR
- See Also:
- Constant Field Values
-
VARCHAR
public static final int VARCHAR
- See Also:
- Constant Field Values
-
LONGVARCHAR
public static final int LONGVARCHAR
- See Also:
- Constant Field Values
-
DATE
static final int DATE
- See Also:
- Constant Field Values
-
TIME
static final int TIME
- See Also:
- Constant Field Values
-
TIMESTAMP
static final int TIMESTAMP
- See Also:
- Constant Field Values
-
BINARY
public static final int BINARY
- See Also:
- Constant Field Values
-
VARBINARY
public static final int VARBINARY
- See Also:
- Constant Field Values
-
LONGVARBINARY
public static final int LONGVARBINARY
- See Also:
- Constant Field Values
-
BLOB
public static final int BLOB
- See Also:
- Constant Field Values
-
CLOB
public static final int CLOB
- See Also:
- Constant Field Values
-
JAVA_OBJECT
public static final int JAVA_OBJECT
- See Also:
- Constant Field Values
-
-