|
Class Summary |
| ARRAY |
|
| ArrayDescriptor |
|
| BFILE |
This class will implements the java.sql.Bfile interface in JDBC 2.0
It provides the native implementation of the Bfile methods. |
| BLOB |
|
| CHAR |
The Oracle specific representation of characters. |
| CharacterSet |
|
| 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. |
| 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. |
| OracleJdbc2SQLInput |
|
| OracleSQLOutput |
|
| 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. |
| SQLUtil |
SQL utility class. |
| STRUCT |
This class has two roles. |
| StructDescriptor |
Descriptor of a SQL structured object. |
| TypeDescriptor |
|