| 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 |
|---|---|---|
OracleTypeMetaData.Kind |
OracleTypeMetaData.getKind() |
Return the kind of type.
|
static OracleTypeMetaData.Kind |
OracleTypeMetaData.Kind.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static OracleTypeMetaData.Kind[] |
OracleTypeMetaData.Kind.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
OracleTypeMetaData.Kind |
ArrayDescriptor.getKind() |
Deprecated.
|
OracleTypeMetaData.Kind |
OpaqueDescriptor.getKind() |
Deprecated.
|
OracleTypeMetaData.Kind |
StructDescriptor.getKind() |
Deprecated.
|
OracleTypeMetaData.Kind |
TypeDescriptor.getKind() |