java.sql
public class Types extends Object
| Field Summary | |
|---|---|
| static int | ARRAY |
| static int | BIGINT |
| static int | BINARY |
| static int | BIT |
| static int | BLOB |
| static int | BOOLEAN |
| static int | CHAR |
| static int | CLOB |
| static int | DATALINK |
| static int | DATE |
| static int | DECIMAL |
| static int | DISTINCT |
| static int | DOUBLE |
| static int | FLOAT |
| static int | INTEGER |
| static int | JAVA_OBJECT |
| static int | LONGVARBINARY |
| static int | LONGVARCHAR |
| static int | NULL |
| static int | NUMERIC |
| static int | OTHER |
| static int | REAL |
| static int | REF |
| static int | SMALLINT |
| static int | STRUCT |
| static int | TIME |
| static int | TIMESTAMP |
| static int | TINYINT |
| static int | VARBINARY |
| static int | VARCHAR |