API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.sql. Types View Source
Author(s)
Since
Version
Serial
Hierarchy
 Object
      Types
Implements
Subclasses
Description
public class Types
  The class that defines the constants that are used to identify generic SQL types, called JDBC types.
See also:   
Constructors
private Types ()
Methods
Hide/Show inherited methods
Fields
Hide/Show inherited fields
publicfinalstatic int ARRAY = "2003"
  The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type ARRAY.
publicfinalstatic int BIGINT = "-5"
  The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type BIGINT.
publicfinalstatic int BINARY = "-2"
  The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type BINARY.
publicfinalstatic int BIT = "-7"
  The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type BIT.
publicfinalstatic int BLOB = "2004"
  The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type BLOB.
publicfinalstatic int BOOLEAN = "16"
  The constant in the Java programming language, somtimes referred to as a type code, that identifies the generic SQL type BOOLEAN.
publicfinalstatic int CHAR = "1"
  The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type CHAR.
publicfinalstatic int CLOB = "2005"
  The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type CLOB.
publicfinalstatic int DATALINK = "70"
  The constant in the Java programming language, somtimes referred to as a type code, that identifies the generic SQL type DATALINK.
publicfinalstatic int DATE = "91"
  The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type DATE.
publicfinalstatic int DECIMAL = "3"
  The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type DECIMAL.
publicfinalstatic int DISTINCT = "2001"
  The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type DISTINCT.
publicfinalstatic int DOUBLE = "8"
  The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type DOUBLE.
publicfinalstatic int FLOAT = "6"
  The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type FLOAT.
publicfinalstatic int INTEGER = "4"
  The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type INTEGER.
publicfinalstatic int JAVA_OBJECT = "2000"
  The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type JAVA_OBJECT.
publicfinalstatic int LONGNVARCHAR = "-16"
  The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type LONGNVARCHAR.
publicfinalstatic int LONGVARBINARY = "-4"
  The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type LONGVARBINARY.
publicfinalstatic int LONGVARCHAR = "-1"
  The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type LONGVARCHAR.
publicfinalstatic int NCHAR = "-15"
  The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type NCHAR
publicfinalstatic int NCLOB = "2011"
  The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type NCLOB.
publicfinalstatic int NULL = "0"
  The constant in the Java programming language that identifies the generic SQL value NULL.
publicfinalstatic int NUMERIC = "2"
  The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type NUMERIC.
publicfinalstatic int NVARCHAR = "-9"
  The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type NVARCHAR.
publicfinalstatic int OTHER = "1111"
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.
publicfinalstatic int REAL = "7"
  The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type REAL.
publicfinalstatic int REF = "2006"
  The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type REF.
publicfinalstatic int ROWID = "-8"
  The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type ROWID
publicfinalstatic int SMALLINT = "5"
  The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type SMALLINT.
publicfinalstatic int SQLXML = "2009"
  The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type XML.
publicfinalstatic int STRUCT = "2002"
  The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type STRUCT.
publicfinalstatic int TIME = "92"
  The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type TIME.
publicfinalstatic int TIMESTAMP = "93"
  The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type TIMESTAMP.
publicfinalstatic int TINYINT = "-6"
  The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type TINYINT.
publicfinalstatic int VARBINARY = "-3"
  The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type VARBINARY.
publicfinalstatic int VARCHAR = "12"
  The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type VARCHAR.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar