Module java.sql
Package java.sql

Enum Class JDBCType

java.lang.Object
java.lang.Enum<JDBCType>
java.sql.JDBCType
All Implemented Interfaces:
Serializable, Comparable<JDBCType>, Constable, SQLType

public enum JDBCType extends Enum<JDBCType> implements SQLType

Defines the constants that are used to identify generic SQL types, called JDBC types.

Since:
1.8
See Also: