|
Oracle JDBC API Reference 12c Release 1 ("12.1.0.2.0") E17663-03 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OracleData | |
|---|---|
| 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. |
| Uses of OracleData in oracle.jdbc |
|---|
| Methods in oracle.jdbc that return OracleData | |
|---|---|
OracleData |
OracleDataFactory.create(Object jdbcValue,
int sqlType)
Create an OracleData from a jdbc Object |
| Uses of OracleData in oracle.sql |
|---|
| Classes in oracle.sql that implement OracleData | |
|---|---|
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. |
|
Oracle JDBC API Reference 12c Release 1 ("12.1.0.2.0") E17663-03 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||