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 int
BIGINT
static int
BINARY
(package private) static int
BIT
static int
BLOB
(package private) static int
BOOLEAN
static int
CHAR
static int
CLOB
(package private) static int
DATE
(package private) static int
DECIMAL
(package private) static int
DOUBLE
(package private) static int
INTEGER
static int
JAVA_OBJECT
static int
LONGVARBINARY
static int
LONGVARCHAR
(package private) static int
REAL
(package private) static int
SMALLINT
(package private) static int
TIME
(package private) static int
TIMESTAMP
static int
VARBINARY
static int
VARCHAR
-
Constructor Summary
Constructors Modifier Constructor Description private
ClientTypes()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description (package private) static java.lang.String
getTypeString(int type)
static int
mapDERBYTypeToDriverType(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
-
-