Enum Constant and Description |
---|
ARRAY
The constant in the Java programming language, sometimes referred to as a
type code, that identifies the generic SQL type
ARRAY . |
BIGINT
The constant in the Java programming language, sometimes referred to as a
type code, that identifies the generic SQL type
BIGINT . |
BINARY
The constant in the Java programming language, sometimes referred to as a
type code, that identifies the generic SQL type
BINARY . |
BIT
The constant in the Java programming language, sometimes referred to as a
type code, that identifies the generic SQL type
BIT . |
BLOB
The constant in the Java programming language, sometimes referred to as a
type code, that identifies the generic SQL type
BLOB . |
BOOLEAN
The constant in the Java programming language, somtimes referred to as a type
code, that identifies the generic SQL type
BOOLEAN . |
CHAR
The constant in the Java programming language, sometimes referred to as a
type code, that identifies the generic SQL type
CHAR . |
CLOB
The constant in the Java programming language, sometimes referred to as a
type code, that identifies the generic SQL type
CLOB . |
DATALINK
The constant in the Java programming language, somtimes referred to as a type
code, that identifies the generic SQL type
DATALINK . |
DATE
The constant in the Java programming language, sometimes referred to as a
type code, that identifies the generic SQL type
DATE . |
DECIMAL
The constant in the Java programming language, sometimes referred to as a
type code, that identifies the generic SQL type
DECIMAL . |
DISTINCT
The constant in the Java programming language, sometimes referred to as a
type code, that identifies the generic SQL type
DISTINCT . |
DOUBLE
The constant in the Java programming language, sometimes referred to as a
type code, that identifies the generic SQL type
DOUBLE . |
FLOAT
The constant in the Java programming language, sometimes referred to as a
type code, that identifies the generic SQL type
FLOAT . |
INTEGER
The constant in the Java programming language, sometimes referred to as a
type code, that identifies the generic SQL type
INTEGER . |
JAVA_OBJECT
The constant in the Java programming language, sometimes referred to as a
type code, that identifies the generic SQL type
JAVA_OBJECT . |
LONGNVARCHAR
The constant in the Java programming language, sometimes referred to as a
type code, that identifies the generic SQL type
LONGNVARCHAR . |
LONGVARBINARY
The constant in the Java programming language, sometimes referred to as a
type code, that identifies the generic SQL type
LONGVARBINARY . |
LONGVARCHAR
The constant in the Java programming language, sometimes referred to as a
type code, that identifies the generic SQL type
LONGVARCHAR . |
NCHAR
The constant in the Java programming language, sometimes referred to as a
type code, that identifies the generic SQL type
NCHAR |
NCLOB
The constant in the Java programming language, sometimes referred to as a
type code, that identifies the generic SQL type
NCLOB . |
NULL
The constant in the Java programming language that identifies the generic SQL
value
NULL . |
NUMERIC
The constant in the Java programming language, sometimes referred to as a
type code, that identifies the generic SQL type
NUMERIC . |
NVARCHAR
The constant in the Java programming language, sometimes referred to as a
type code, that identifies the generic SQL type
NVARCHAR . |
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 . |
REAL
The constant in the Java programming language, sometimes referred to as a
type code, that identifies the generic SQL type
REAL . |
REF
The constant in the Java programming language, sometimes referred to as a
type code, that identifies the generic SQL type
REF . |
REF_CURSOR
The constant in the Java programming language, sometimes referred to as a
type code, that identifies the generic SQL type
REF CURSOR . |
ROWID
The constant in the Java programming language, sometimes referred to as a
type code, that identifies the generic SQL type
ROWID |
SMALLINT
The constant in the Java programming language, sometimes referred to as a
type code, that identifies the generic SQL type
SMALLINT . |
SQLXML
The constant in the Java programming language, sometimes referred to as a
type code, that identifies the generic SQL type
XML . |
STRUCT
The constant in the Java programming language, sometimes referred to as a
type code, that identifies the generic SQL type
STRUCT . |
TIME
The constant in the Java programming language, sometimes referred to as a
type code, that identifies the generic SQL type
TIME . |
TIME_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 . |
TIMESTAMP
The constant in the Java programming language, sometimes referred to as a
type code, that identifies the generic SQL type
TIMESTAMP . |
TIMESTAMP_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 . |
TINYINT
The constant in the Java programming language, sometimes referred to as a
type code, that identifies the generic SQL type
TINYINT . |
VARBINARY
The constant in the Java programming language, sometimes referred to as a
type code, that identifies the generic SQL type
VARBINARY . |
VARCHAR
The constant in the Java programming language, sometimes referred to as a
type code, that identifies the generic SQL type
VARCHAR . |
Modifier and Type | Method and Description |
---|---|
int |
value() |
static Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Type BIT
The constant in the Java programming language, sometimes referred to as a
type code, that identifies the generic SQL type BIT
.
public static final Type TINYINT
The constant in the Java programming language, sometimes referred to as a
type code, that identifies the generic SQL type TINYINT
.
public static final Type SMALLINT
The constant in the Java programming language, sometimes referred to as a
type code, that identifies the generic SQL type SMALLINT
.
public static final Type INTEGER
The constant in the Java programming language, sometimes referred to as a
type code, that identifies the generic SQL type INTEGER
.
public static final Type BIGINT
The constant in the Java programming language, sometimes referred to as a
type code, that identifies the generic SQL type BIGINT
.
public static final Type FLOAT
The constant in the Java programming language, sometimes referred to as a
type code, that identifies the generic SQL type FLOAT
.
public static final Type REAL
The constant in the Java programming language, sometimes referred to as a
type code, that identifies the generic SQL type REAL
.
public static final Type DOUBLE
The constant in the Java programming language, sometimes referred to as a
type code, that identifies the generic SQL type DOUBLE
.
public static final Type NUMERIC
The constant in the Java programming language, sometimes referred to as a
type code, that identifies the generic SQL type NUMERIC
.
public static final Type DECIMAL
The constant in the Java programming language, sometimes referred to as a
type code, that identifies the generic SQL type DECIMAL
.
public static final Type CHAR
The constant in the Java programming language, sometimes referred to as a
type code, that identifies the generic SQL type CHAR
.
public static final Type VARCHAR
The constant in the Java programming language, sometimes referred to as a
type code, that identifies the generic SQL type VARCHAR
.
public static final Type LONGVARCHAR
The constant in the Java programming language, sometimes referred to as a
type code, that identifies the generic SQL type LONGVARCHAR
.
public static final Type DATE
The constant in the Java programming language, sometimes referred to as a
type code, that identifies the generic SQL type DATE
.
public static final Type TIME
The constant in the Java programming language, sometimes referred to as a
type code, that identifies the generic SQL type TIME
.
public static final Type TIMESTAMP
The constant in the Java programming language, sometimes referred to as a
type code, that identifies the generic SQL type TIMESTAMP
.
public static final Type BINARY
The constant in the Java programming language, sometimes referred to as a
type code, that identifies the generic SQL type BINARY
.
public static final Type VARBINARY
The constant in the Java programming language, sometimes referred to as a
type code, that identifies the generic SQL type VARBINARY
.
public static final Type LONGVARBINARY
The constant in the Java programming language, sometimes referred to as a
type code, that identifies the generic SQL type LONGVARBINARY
.
public static final Type NULL
The constant in the Java programming language that identifies the generic SQL
value NULL
.
public static final Type OTHER
getObject
and setObject
.public static final Type JAVA_OBJECT
JAVA_OBJECT
.public static final Type DISTINCT
DISTINCT
.public static final Type STRUCT
STRUCT
.public static final Type ARRAY
ARRAY
.public static final Type BLOB
BLOB
.public static final Type CLOB
CLOB
.public static final Type REF
REF
.public static final Type DATALINK
DATALINK
.public static final Type BOOLEAN
BOOLEAN
.public static final Type ROWID
ROWID
public static final Type NCHAR
NCHAR
public static final Type NVARCHAR
NVARCHAR
.public static final Type LONGNVARCHAR
LONGNVARCHAR
.public static final Type NCLOB
NCLOB
.public static final Type SQLXML
XML
.public static final Type REF_CURSOR
REF CURSOR
.public static final Type TIME_WITH_TIMEZONE
TIME WITH TIMEZONE
.public static final Type TIMESTAMP_WITH_TIMEZONE
TIMESTAMP WITH TIMEZONE
.public static Type[] values()
for (Type c : Type.values()) System.out.println(c);
public static Type valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic int value()
Copyright © 2016–2020. All rights reserved.