Java java.sql JDBCType fields, constructors, methods, implement or subclass

Example usage for Java java.sql JDBCType fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.sql JDBCType.

The text is from its open source code.

Field

JDBCTypeINTEGER
Identifies the generic SQL type INTEGER .
JDBCTypeBIGINT
Identifies the generic SQL type BIGINT .
JDBCTypeREAL
Identifies the generic SQL type REAL .
JDBCTypeDOUBLE
Identifies the generic SQL type DOUBLE .
JDBCTypeNUMERIC
Identifies the generic SQL type NUMERIC .
JDBCTypeCHAR
Identifies the generic SQL type CHAR .
JDBCTypeVARCHAR
Identifies the generic SQL type VARCHAR .
JDBCTypeLONGVARCHAR
Identifies the generic SQL type LONGVARCHAR .
JDBCTypeDATE
Identifies the generic SQL type DATE .
JDBCTypeTIME
Identifies the generic SQL type TIME .
JDBCTypeTIMESTAMP
Identifies the generic SQL type TIMESTAMP .
JDBCTypeBINARY
Identifies the generic SQL type BINARY .
JDBCTypeVARBINARY
Identifies the generic SQL type VARBINARY .
JDBCTypeLONGVARBINARY
Identifies the generic SQL type LONGVARBINARY .
JDBCTypeBOOLEAN
Identifies the generic SQL type BOOLEAN .
JDBCTypeNCHAR
Identifies the generic SQL type NCHAR .
JDBCTypeNVARCHAR
Identifies the generic SQL type NVARCHAR .
JDBCTypeLONGNVARCHAR
Identifies the generic SQL type LONGNVARCHAR .

Method

StringgetName()
IntegergetVendorTypeNumber()
Returns the vendor specific type number for the data type.
JDBCTypevalueOf(int type)
Returns the JDBCType that corresponds to the specified Types value