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

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

Introduction

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

The text is from its open source code.

Field

intBIT

The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type BIT.

intTINYINT

The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type TINYINT.

intSMALLINT

The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type SMALLINT.

intINTEGER

The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type INTEGER.

intBIGINT

The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type BIGINT.

intFLOAT

The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type FLOAT.

intREAL

The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type REAL.

intDOUBLE

The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type DOUBLE.

intNUMERIC

The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type NUMERIC.

intDECIMAL

The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type DECIMAL.

intCHAR

The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type CHAR.

intVARCHAR

The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type VARCHAR.

intLONGVARCHAR

The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type LONGVARCHAR.

intDATE

The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type DATE.

intTIME

The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type TIME.

intTIMESTAMP

The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type TIMESTAMP.

intBINARY

The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type BINARY.

intVARBINARY

The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type VARBINARY.

intLONGVARBINARY

The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type LONGVARBINARY.

intNULL

The constant in the Java programming language that identifies the generic SQL value NULL.

intOTHER
The constant in the Java programming language that 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.
intJAVA_OBJECT
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type JAVA_OBJECT.
intDISTINCT
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type DISTINCT.
intSTRUCT
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type STRUCT.
intARRAY
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type ARRAY.
intBLOB
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type BLOB.
intCLOB
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type CLOB.
intREF
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type REF.
intDATALINK
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type DATALINK.
intBOOLEAN
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type BOOLEAN.
intROWID
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type ROWID
intNCHAR
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type NCHAR
intNVARCHAR
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type NVARCHAR.
intLONGNVARCHAR
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type LONGNVARCHAR.
intNCLOB
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type NCLOB.
intSQLXML
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type XML.
intTIME_WITH_TIMEZONE
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type TIME WITH TIMEZONE .
intTIMESTAMP_WITH_TIMEZONE
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type TIMESTAMP WITH TIMEZONE .