com.ibm.jtopenlite.database
Class DB2Type
java.lang.Object
com.ibm.jtopenlite.database.DB2Type
public class DB2Type
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DATE
public static final int DATE
- See Also:
- Constant Field Values
TIME
public static final int TIME
- See Also:
- Constant Field Values
TIMESTAMP
public static final int TIMESTAMP
- See Also:
- Constant Field Values
DATALINK
public static final int DATALINK
- 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
DBCLOB
public static final int DBCLOB
- See Also:
- Constant Field Values
VARCHAR
public static final int VARCHAR
- See Also:
- Constant Field Values
CHAR
public static final int CHAR
- See Also:
- Constant Field Values
LONGVARCHAR
public static final int LONGVARCHAR
- See Also:
- Constant Field Values
VARGRAPHIC
public static final int VARGRAPHIC
- See Also:
- Constant Field Values
GRAPHIC
public static final int GRAPHIC
- See Also:
- Constant Field Values
LONGVARGRAPHIC
public static final int LONGVARGRAPHIC
- See Also:
- Constant Field Values
FLOATINGPOINT
public static final int FLOATINGPOINT
- See Also:
- Constant Field Values
DECIMAL
public static final int DECIMAL
- See Also:
- Constant Field Values
NUMERIC
public static final int NUMERIC
- See Also:
- Constant Field Values
BIGINT
public static final int BIGINT
- See Also:
- Constant Field Values
INTEGER
public static final int INTEGER
- See Also:
- Constant Field Values
SMALLINT
public static final int SMALLINT
- See Also:
- Constant Field Values
ROWID
public static final int ROWID
- See Also:
- Constant Field Values
VARBINARY
public static final int VARBINARY
- See Also:
- Constant Field Values
BINARY
public static final int BINARY
- See Also:
- Constant Field Values
BLOB_LOCATOR
public static final int BLOB_LOCATOR
- See Also:
- Constant Field Values
CLOB_LOCATOR
public static final int CLOB_LOCATOR
- See Also:
- Constant Field Values
DBCLOB_LOCATOR
public static final int DBCLOB_LOCATOR
- See Also:
- Constant Field Values
XML
public static final int XML
- See Also:
- Constant Field Values
DECFLOAT
public static final int DECFLOAT
- See Also:
- Constant Field Values
XML_LOCATOR
public static final int XML_LOCATOR
- See Also:
- Constant Field Values
DB2Type
public DB2Type()