|
Oracle10g JDBC | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.jdbc.OracleTypes
Oracle types.
This interface defines constants that are used to identify SQL types. The actual type constant values are equivalent to those in XOPEN.
Field Summary | |
static int |
ARRAY
|
static int |
BFILE
|
static int |
BIGINT
|
static int |
BINARY
|
static int |
BINARY_DOUBLE
|
static int |
BINARY_FLOAT
|
static int |
BIT
|
static int |
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 java.lang.String |
BUILD_DATE
|
static int |
CHAR
|
static int |
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
|
static int |
DECIMAL
|
static int |
DOUBLE
|
static int |
FIXED_CHAR
Use this type when binding to a CHAR column in the where clause of a Select statement. |
static int |
FLOAT
|
static int |
INTEGER
|
static int |
INTERVALDS
|
static int |
INTERVALYM
|
static int |
JAVA_OBJECT
|
static int |
JAVA_STRUCT
|
static int |
LONGVARBINARY
|
static int |
LONGVARCHAR
|
static int |
NULL
|
static int |
NUMBER
NUMBER shares same value as NUMERIC as it is synonym defined for convenience when using the oracle.sql.NUMBER type. |
static int |
NUMERIC
|
static int |
OPAQUE
|
static int |
OTHER
OTHER indicates that the SQL type is database specific and gets mapped to a Java object which can be accessed via getObject and setObject. |
static int |
PLSQL_INDEX_TABLE
|
static boolean |
PRIVATE_TRACE
|
static int |
RAW
RAW shares same value as BINARY as it is synonym defined for convenience when using the oracle.sql.RAW type. |
static int |
REAL
|
static int |
REF
|
static int |
ROWID
|
static int |
SMALLINT
|
static int |
STRUCT
|
static int |
TIME
|
static int |
TIMESTAMP
|
static int |
TIMESTAMPLTZ
|
static int |
TIMESTAMPNS
Deprecated. since 9.2.0. Use OracleTypes.TIMESTAMP instead. |
static int |
TIMESTAMPTZ
|
static int |
TINYINT
|
static boolean |
TRACE
|
static int |
VARBINARY
|
static int |
VARCHAR
|
Constructor Summary | |
OracleTypes()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int BIT
public static final int TINYINT
public static final int SMALLINT
public static final int INTEGER
public static final int BIGINT
public static final int FLOAT
public static final int REAL
public static final int DOUBLE
public static final int NUMERIC
public static final int DECIMAL
public static final int CHAR
public static final int VARCHAR
public static final int LONGVARCHAR
public static final int DATE
public static final int TIME
public static final int TIMESTAMP
public static final int TIMESTAMPNS
public static final int TIMESTAMPTZ
public static final int TIMESTAMPLTZ
public static final int INTERVALYM
public static final int INTERVALDS
public static final int BINARY
public static final int VARBINARY
public static final int LONGVARBINARY
public static final int ROWID
public static final int CURSOR
public static final int BLOB
public static final int CLOB
public static final int BFILE
public static final int STRUCT
public static final int ARRAY
public static final int REF
public static final int OPAQUE
public static final int JAVA_STRUCT
public static final int JAVA_OBJECT
public static final int PLSQL_INDEX_TABLE
public static final int BINARY_FLOAT
public static final int BINARY_DOUBLE
public static final int NULL
public static final int NUMBER
public static final int RAW
public static final int OTHER
public static final int FIXED_CHAR
public static final int DATALINK
DATALINK
.
public static final int BOOLEAN
BOOLEAN
.
public static final boolean TRACE
public static final boolean PRIVATE_TRACE
public static final java.lang.String BUILD_DATE
Constructor Detail |
public OracleTypes()
|
Oracle10g JDBC | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |