Uses of Enum Class
java.sql.JDBCType
Packages that useJDBCType
Package
Description
Provides the API for accessing and processing data stored in a data source (usually a relational database) using the Java programming language.
Uses ofJDBCType injava.sql
Modifier and TypeClassDescriptionenumDefines the constants that are used to identify generic SQL types, called JDBC types.Modifier and TypeMethodDescriptionstaticJDBCTypeJDBCType.valueOf(int type) Returns theJDBCTypethat corresponds to the specifiedTypesvaluestaticJDBCTypeReturns the enum constant of this class with the specified name.staticJDBCType[]JDBCType.values()Returns an array containing the constants of this enum class, inthe order they are declared.