Package | Description |
---|---|
oracle.jdbc |
Beginning in Oracle9i, the Oracle extensions to JDBC are captured in the package
oracle.jdbc . |
oracle.sql |
A package of classes that represent java SQL types and Oracle specific SQL types.
|
Modifier and Type | Method | Description |
---|---|---|
OracleData |
OracleDataFactory.create(Object jdbcValue, int sqlType) |
Create an OracleData from a jdbc Object
|
Modifier and Type | Class | Description |
---|---|---|
class |
ANYDATA |
This class is the Java mapping of the SYS.ANYDATA SQL type.
|
class |
ArrayDescriptor |
Deprecated.
Use factory method OracleConnection.createOracleArray to create an instance of java.sql.Array directly.
|
class |
OpaqueDescriptor |
Deprecated.
OPAQUE types cannot be created on the client side.
|
class |
StructDescriptor |
Deprecated.
Use factory method Connection.createStruct to create an instance of java.sql.Struct directly.
|
class |
TypeDescriptor |
The descriptor of pre-defined types.
|