|
Oracle®Database JDBC Java API Reference 12c Release 1 (12.1.0.2) E56669-01 |
|||||||||
| 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 |
ANYDATAThis class is the Java mapping of the SYS.ANYDATA SQL type. |
class |
ArrayDescriptorDeprecated. Use factory method OracleConnection.createOracleArray to create an instance of java.sql.Array directly. |
class |
OpaqueDescriptorDeprecated. OPAQUE types cannot be created on the client side. |
class |
StructDescriptorDeprecated. Use factory method Connection.createStruct to create an instance of java.sql.Struct directly. |
class |
TypeDescriptorThe descriptor of pre-defined types. |
|
Oracle®Database JDBC Java API Reference 12c Release 1 (12.1.0.2) E56669-01 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||