public interface CFTypes
Modifier and Type | Field and Description |
---|---|
static int |
ARRAY
The constant in the Java programming language, sometimes referred to
as a type code, that identifies the generic SQL type
ARRAY . |
static int |
BFILE |
static int |
BIGINT
The constant in the Java programming language, sometimes referred
to as a type code, that identifies the generic SQL type
BIGINT . |
static int |
BINARY
The constant in the Java programming language, sometimes referred
to as a type code, that identifies the generic SQL type
BINARY . |
static int |
BINARY_DOUBLE |
static int |
BINARY_FLOAT |
static int |
BIT
The constant in the Java programming language, sometimes referred
to as a type code, that identifies the generic SQL type
BIT . |
static int |
BLOB
The constant in the Java programming language, sometimes referred to
as a type code, that identifies the generic SQL type
BLOB . |
static int |
BOOLEAN
The constant in the Java programming language, somtimes referred to
as a type code, that identifies the generic SQL type
BOOLEAN . |
static int |
CHAR
The constant in the Java programming language, sometimes referred
to as a type code, that identifies the generic SQL type
CHAR . |
static int |
CLOB
The constant in the Java programming language, sometimes referred to
as a type code, that identifies the generic SQL type
CLOB . |
static int |
CURSOR |
static int |
DATALINK
The constant in the Java programming language, somtimes referred to
as a type code, that identifies the generic SQL type
DATALINK . |
static int |
DATE
The constant in the Java programming language, sometimes referred
to as a type code, that identifies the generic SQL type
DATE . |
static int |
DECIMAL
The constant in the Java programming language, sometimes referred
to as a type code, that identifies the generic SQL type
DECIMAL . |
static int |
DISTINCT
The constant in the Java programming language, sometimes referred to
as a type code, that identifies the generic SQL type
DISTINCT . |
static int |
DOUBLE
The constant in the Java programming language, sometimes referred
to as a type code, that identifies the generic SQL type
DOUBLE . |
static int |
FIXED_CHAR |
static int |
FLOAT
The constant in the Java programming language, sometimes referred
to as a type code, that identifies the generic SQL type
FLOAT . |
static int |
IDSTAMP |
static int |
INTEGER
The constant in the Java programming language, sometimes referred
to as a type code, that identifies the generic SQL type
INTEGER . |
static int |
INTERVALDS |
static int |
INTERVALYM |
static int |
JAVA_OBJECT
The constant in the Java programming language, sometimes referred to
as a type code, that identifies the generic SQL type
JAVA_OBJECT . |
static int |
JAVA_STRUCT |
static int |
LONGVARBINARY
The constant in the Java programming language, sometimes referred
to as a type code, that identifies the generic SQL type
LONGVARBINARY . |
static int |
LONGVARCHAR
The constant in the Java programming language, sometimes referred
to as a type code, that identifies the generic SQL type
LONGVARCHAR . |
static int |
NULL
The constant in the Java programming language, sometimes referred
to as a type code, that identifies the generic SQL type
NULL . |
static int |
NUMBER |
static int |
NUMERIC
The constant in the Java programming language, sometimes referred
to as a type code, that identifies the generic SQL type
NUMERIC . |
static int |
OPAQUE |
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 . |
static int |
PLSQL_INDEX_TABLE |
static int |
RAW |
static int |
REAL
The constant in the Java programming language, sometimes referred
to as a type code, that identifies the generic SQL type
REAL . |
static int |
REF
The constant in the Java programming language, sometimes referred to
as a type code, that identifies the generic SQL type
REF . |
static int |
ROWID |
static int |
SMALLINT
The constant in the Java programming language, sometimes referred
to as a type code, that identifies the generic SQL type
SMALLINT . |
static int |
STRUCT
The constant in the Java programming language, sometimes referred to
as a type code, that identifies the generic SQL type
STRUCT . |
static int |
TIME
The constant in the Java programming language, sometimes referred
to as a type code, that identifies the generic SQL type
TIME . |
static int |
TIMESTAMP
The constant in the Java programming language, sometimes referred
to as a type code, that identifies the generic SQL type
TIMESTAMP . |
static int |
TIMESTAMPLTZ |
static int |
TIMESTAMPNS |
static int |
TIMESTAMPTZ |
static int |
TINYINT
The constant in the Java programming language, sometimes referred
to as a type code, that identifies the generic SQL type
TINYINT . |
static int |
VARBINARY
The constant in the Java programming language, sometimes referred
to as a type code, that identifies the generic SQL type
VARBINARY . |
static int |
VARCHAR
The constant in the Java programming language, sometimes referred
to as a type code, that identifies the generic SQL type
VARCHAR . |
static int |
VARCHAR2 |
static final int CURSOR
static final int OPAQUE
static final int BFILE
static final int BINARY_DOUBLE
static final int BINARY_FLOAT
static final int FIXED_CHAR
static final int INTERVALDS
static final int INTERVALYM
static final int JAVA_STRUCT
static final int NUMBER
static final int PLSQL_INDEX_TABLE
static final int RAW
static final int ROWID
static final int TIMESTAMPLTZ
static final int TIMESTAMPNS
static final int TIMESTAMPTZ
static final int VARCHAR2
static final int BIT
The constant in the Java programming language, sometimes referred
to as a type code, that identifies the generic SQL type
BIT
.
static final int TINYINT
The constant in the Java programming language, sometimes referred
to as a type code, that identifies the generic SQL type
TINYINT
.
static final int SMALLINT
The constant in the Java programming language, sometimes referred
to as a type code, that identifies the generic SQL type
SMALLINT
.
static final int INTEGER
The constant in the Java programming language, sometimes referred
to as a type code, that identifies the generic SQL type
INTEGER
.
static final int BIGINT
The constant in the Java programming language, sometimes referred
to as a type code, that identifies the generic SQL type
BIGINT
.
static final int FLOAT
The constant in the Java programming language, sometimes referred
to as a type code, that identifies the generic SQL type
FLOAT
.
static final int REAL
The constant in the Java programming language, sometimes referred
to as a type code, that identifies the generic SQL type
REAL
.
static final int DOUBLE
The constant in the Java programming language, sometimes referred
to as a type code, that identifies the generic SQL type
DOUBLE
.
static final int NUMERIC
The constant in the Java programming language, sometimes referred
to as a type code, that identifies the generic SQL type
NUMERIC
.
static final int DECIMAL
The constant in the Java programming language, sometimes referred
to as a type code, that identifies the generic SQL type
DECIMAL
.
static final int CHAR
The constant in the Java programming language, sometimes referred
to as a type code, that identifies the generic SQL type
CHAR
.
static final int VARCHAR
The constant in the Java programming language, sometimes referred
to as a type code, that identifies the generic SQL type
VARCHAR
.
static final int LONGVARCHAR
The constant in the Java programming language, sometimes referred
to as a type code, that identifies the generic SQL type
LONGVARCHAR
.
static final int DATE
The constant in the Java programming language, sometimes referred
to as a type code, that identifies the generic SQL type
DATE
.
static final int TIME
The constant in the Java programming language, sometimes referred
to as a type code, that identifies the generic SQL type
TIME
.
static final int TIMESTAMP
The constant in the Java programming language, sometimes referred
to as a type code, that identifies the generic SQL type
TIMESTAMP
.
static final int BINARY
The constant in the Java programming language, sometimes referred
to as a type code, that identifies the generic SQL type
BINARY
.
static final int VARBINARY
The constant in the Java programming language, sometimes referred
to as a type code, that identifies the generic SQL type
VARBINARY
.
static final int LONGVARBINARY
The constant in the Java programming language, sometimes referred
to as a type code, that identifies the generic SQL type
LONGVARBINARY
.
static final int NULL
The constant in the Java programming language, sometimes referred
to as a type code, that identifies the generic SQL type
NULL
.
static final int OTHER
getObject
and setObject
.static final int JAVA_OBJECT
JAVA_OBJECT
.static final int DISTINCT
DISTINCT
.static final int STRUCT
STRUCT
.static final int ARRAY
ARRAY
.static final int BLOB
BLOB
.static final int CLOB
CLOB
.static final int REF
REF
.static final int DATALINK
DATALINK
.static final int BOOLEAN
BOOLEAN
.static final int IDSTAMP
Copyright © 2015 Lucee