| public class java.sql Types
|
Java SE 6 |
The class that defines the constants that are used to identify generic SQL types, called JDBC types.
This class is never instantiated.
| Fields | |||
|---|---|---|---|
| final public static int | BIT The constant in the Java programming language, sometimes referred
to as a type code, that identifies the generic SQL type
| ||
| final public static int | TINYINT The constant in the Java programming language, sometimes referred
to as a type code, that identifies the generic SQL type
| ||
| final public static int | SMALLINT The constant in the Java programming language, sometimes referred
to as a type code, that identifies the generic SQL type
| ||
| final public static int | INTEGER The constant in the Java programming language, sometimes referred
to as a type code, that identifies the generic SQL type
| ||
| final public static int | BIGINT The constant in the Java programming language, sometimes referred
to as a type code, that identifies the generic SQL type
| ||
| final public static int | FLOAT The constant in the Java programming language, sometimes referred
to as a type code, that identifies the generic SQL type
| ||
| final public static int | REAL The constant in the Java programming language, sometimes referred
to as a type code, that identifies the generic SQL type
| ||
| final public static int | DOUBLE The constant in the Java programming language, sometimes referred
to as a type code, that identifies the generic SQL type
| ||
| final public static int | NUMERIC The constant in the Java programming language, sometimes referred
to as a type code, that identifies the generic SQL type
| ||
| final public static int | DECIMAL The constant in the Java programming language, sometimes referred
to as a type code, that identifies the generic SQL type
| ||
| final public static int | CHAR The constant in the Java programming language, sometimes referred
to as a type code, that identifies the generic SQL type
| ||
| final public static int | VARCHAR The constant in the Java programming language, sometimes referred
to as a type code, that identifies the generic SQL type
| ||
| final public static int | LONGVARCHAR The constant in the Java programming language, sometimes referred
to as a type code, that identifies the generic SQL type
| ||
| final public static int | DATE The constant in the Java programming language, sometimes referred
to as a type code, that identifies the generic SQL type
| ||
| final public static int | TIME The constant in the Java programming language, sometimes referred
to as a type code, that identifies the generic SQL type
| ||
| final public static int | TIMESTAMP The constant in the Java programming language, sometimes referred
to as a type code, that identifies the generic SQL type
| ||
| final public static int | BINARY The constant in the Java programming language, sometimes referred
to as a type code, that identifies the generic SQL type
| ||
| final public static int | VARBINARY The constant in the Java programming language, sometimes referred
to as a type code, that identifies the generic SQL type
| ||
| final public static int | LONGVARBINARY The constant in the Java programming language, sometimes referred
to as a type code, that identifies the generic SQL type
| ||
| final public static int | NULL The constant in the Java programming language
that identifies the generic SQL value
| ||
| final public static int | OTHER 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.
| ||
| final public static int | JAVA_OBJECT Details
The constant in the Java programming language, sometimes referred to
as a type code, that identifies the generic SQL type
JAVA_OBJECT.
| ||
| final public static int | DISTINCT Details
The constant in the Java programming language, sometimes referred to
as a type code, that identifies the generic SQL type
DISTINCT.
| ||
| final public static int | STRUCT Details
The constant in the Java programming language, sometimes referred to
as a type code, that identifies the generic SQL type
STRUCT.
| ||
| final public static int | ARRAY Details
The constant in the Java programming language, sometimes referred to
as a type code, that identifies the generic SQL type
ARRAY.
| ||
| final public static int | BLOB Details
The constant in the Java programming language, sometimes referred to
as a type code, that identifies the generic SQL type
BLOB.
| ||
| final public static int | CLOB Details
The constant in the Java programming language, sometimes referred to
as a type code, that identifies the generic SQL type
CLOB.
| ||
| final public static int | REF Details
The constant in the Java programming language, sometimes referred to
as a type code, that identifies the generic SQL type
REF.
| ||
| final public static int | DATALINK Details
The constant in the Java programming language, somtimes referred to
as a type code, that identifies the generic SQL type DATALINK.
| ||
| final public static int | BOOLEAN Details
The constant in the Java programming language, somtimes referred to
as a type code, that identifies the generic SQL type BOOLEAN.
| ||
| final public static int | ROWID Details
The constant in the Java programming language, sometimes referred to
as a type code, that identifies the generic SQL type ROWID
| ||
| final public static int | NCHAR Details
The constant in the Java programming language, sometimes referred to
as a type code, that identifies the generic SQL type NCHAR
| ||
| final public static int | NVARCHAR Details
The constant in the Java programming language, sometimes referred to
as a type code, that identifies the generic SQL type NVARCHAR.
| ||
| final public static int | LONGNVARCHAR Details
The constant in the Java programming language, sometimes referred to
as a type code, that identifies the generic SQL type LONGNVARCHAR.
| ||
| final public static int | NCLOB Details
The constant in the Java programming language, sometimes referred to
as a type code, that identifies the generic SQL type NCLOB.
| ||
| final public static int | SQLXML Details
The constant in the Java programming language, sometimes referred to
as a type code, that identifies the generic SQL type XML.
| ||
| About DocWeb · Bundles · Export · Export All | Top 10 · Statistics · Login |
| About Sun · Contact · Privacy · Terms of Use · Trademarks | Java SE 6 · Copyright © 1994-2009 Sun Microsystems, Inc.All rights reserved. Use is subject to license terms |
![]() |
![]() |
|