JDBCType (Java SE 10 & JDK 10 )

Enum Constants  Enum Constant Description ARRAY

Identifies the generic SQL type ARRAY.

BIGINT

Identifies the generic SQL type BIGINT.

BINARY

Identifies the generic SQL type BINARY.

BIT

Identifies the generic SQL type BIT.

BLOB

Identifies the generic SQL type BLOB.

BOOLEAN

Identifies the generic SQL type BOOLEAN.

CHAR

Identifies the generic SQL type CHAR.

CLOB

Identifies the generic SQL type CLOB.

DATALINK

Identifies the generic SQL type DATALINK.

DATE

Identifies the generic SQL type DATE.

DECIMAL

Identifies the generic SQL type DECIMAL.

DISTINCT

Identifies the generic SQL type DISTINCT.

DOUBLE

Identifies the generic SQL type DOUBLE.

FLOAT

Identifies the generic SQL type FLOAT.

INTEGER

Identifies the generic SQL type INTEGER.

JAVA_OBJECT

Indicates that the SQL type is database-specific and gets mapped to a Java object that can be accessed via the methods getObject and setObject.

LONGNVARCHAR

Identifies the generic SQL type LONGNVARCHAR.

LONGVARBINARY

Identifies the generic SQL type LONGVARBINARY.

LONGVARCHAR

Identifies the generic SQL type LONGVARCHAR.

NCHAR

Identifies the generic SQL type NCHAR.

NCLOB

Identifies the generic SQL type NCLOB.

NULL

Identifies the generic SQL value NULL.

NUMERIC

Identifies the generic SQL type NUMERIC.

NVARCHAR

Identifies the generic SQL type NVARCHAR.

OTHER

Indicates that the SQL type is database-specific and gets mapped to a Java object that can be accessed via the methods getObject and setObject.

REAL

Identifies the generic SQL type REAL.

REF

Identifies the generic SQL type REF.

REF_CURSOR

Identifies the generic SQL type REF_CURSOR.

ROWID

Identifies the SQL type ROWID.

SMALLINT

Identifies the generic SQL type SMALLINT.

SQLXML

Identifies the generic SQL type SQLXML.

STRUCT

Identifies the generic SQL type STRUCT.

TIME

Identifies the generic SQL type TIME.

TIME_WITH_TIMEZONE

Identifies the generic SQL type TIME_WITH_TIMEZONE.

TIMESTAMP

Identifies the generic SQL type TIMESTAMP.

TIMESTAMP_WITH_TIMEZONE

Identifies the generic SQL type TIMESTAMP_WITH_TIMEZONE.

TINYINT

Identifies the generic SQL type TINYINT.

VARBINARY

Identifies the generic SQL type VARBINARY.

VARCHAR

Identifies the generic SQL type VARCHAR.