public class SQLType extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static SQLType |
ARRAY |
static SQLType |
BIGINT |
static SQLType |
BINARY |
static SQLType |
BIT |
static SQLType |
BLOB |
static SQLType |
BOOLEAN |
static SQLType |
CHAR |
static SQLType |
CLOB |
static SQLType |
DATALINK |
static SQLType |
DATE |
static SQLType |
DECIMAL |
static SQLType |
DISTINCT |
static SQLType |
DOUBLE |
static SQLType |
FLOAT |
static SQLType |
INTEGER |
static SQLType |
JAVA_OBJECT |
static SQLType |
LONGVARBINARY |
static SQLType |
LONGVARCHAR |
static SQLType |
NULL |
static SQLType |
NUMERIC |
static SQLType |
OTHER |
static SQLType |
REAL |
static SQLType |
REF |
static SQLType |
SMALLINT |
static SQLType |
STRUCT |
static SQLType |
TIME |
static SQLType |
TIMESTAMP |
static SQLType |
TINYINT |
static SQLType |
VARBINARY |
static SQLType |
VARCHAR |
Modifier and Type | Method and Description |
---|---|
int |
getJDBCSQLType() |
String |
getName() |
static SQLType |
getSQLType(int jdbcSQLType) |
static SQLType |
getSQLType(Object object) |
String |
toString() |
public static final SQLType ARRAY
public static final SQLType BIGINT
public static final SQLType BINARY
public static final SQLType BIT
public static final SQLType BLOB
public static final SQLType BOOLEAN
public static final SQLType CHAR
public static final SQLType CLOB
public static final SQLType DATALINK
public static final SQLType DATE
public static final SQLType DECIMAL
public static final SQLType DISTINCT
public static final SQLType DOUBLE
public static final SQLType FLOAT
public static final SQLType INTEGER
public static final SQLType JAVA_OBJECT
public static final SQLType LONGVARBINARY
public static final SQLType LONGVARCHAR
public static final SQLType NULL
public static final SQLType NUMERIC
public static final SQLType OTHER
public static final SQLType REAL
public static final SQLType REF
public static final SQLType SMALLINT
public static final SQLType STRUCT
public static final SQLType TIME
public static final SQLType TIMESTAMP
public static final SQLType TINYINT
public static final SQLType VARBINARY
public static final SQLType VARCHAR
Copyright © 2015. All Rights Reserved.