Package oracle.sql

Interface Summary
CustomDatum  
CustomDatumFactory  
ORAData Oracle interface for customized user-defined types.
ORADataFactory ORAData factory interface.
 

Class Summary
ARRAY  
ArrayDescriptor  
BFILE  
BLOB  
CHAR The Oracle specific representation of characters.
CLOB  
DATE DATE Class
The DATE class provides conversions between the Oracle Date (ldx_t) data type and Java classes java.sql.Date, java.sql.Time, java.sql.Timestamp The internal data for this object is stored as a seven byte array in the super class' storage area.
Datum The root of Oracle native datatype hierarchy. Each subclass represents one of the native kernel datatypes. In order to allow for possible optimization of data copying between SQL and Java, instances of subclasses are immutable.
JAVA_STRUCT  
NUMBER NUMBER Class The NUMBER class provides converisons between the Oracle Number (lnxnum_t) data type and Java types byte[], byte, short, integer, long, float, double, String, BigInteger.
OPAQUE  
OpaqueDescriptor  
RAW The RAW class is a representation of the Oracle RAW datatype.
REF  
ROWID The ROWID class is a representation of the Oracle ROWID datatype.
STRUCT This class has two roles.
StructDescriptor Descriptor of a SQL structured object.
TIMESTAMP TIMESTAMP Class
The TIMESTAMP class provides conversions between the Oracle Date (ldx_t) data type and Java classes java.sql.Date, java.sql.Time, java.sql.Timestamp The internal data for this object is stored as a eleven byte array in the super class' storage area.
TIMESTAMPLTZ TIMESTAMPLTZ Class
The TIMESTAMPLTZ class provides conversions between the Oracle Date (ldx_t) data type and Java classes java.sql.Date, java.sql.Time, java.sql.Timestamp The internal data for this object is stored as a eleven byte array in the super class' storage area.
TIMESTAMPTZ TIMESTAMPTZ Class
The TIMESTAMPTZ class provides conversions between the Oracle Date (ldx_t) data type and Java classes java.sql.Date, java.sql.Time, java.sql.Timestamp The internal data for this object is stored as a thirteen byte array in the super class' storage area.
TypeDescriptor