| 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 and Description |
|---|---|
static OracleType |
OracleType.toOracleType(int oracleTypesConst)
Returns the OracleType corresponding to the int constant defined in
OracleTypes. |
static OracleType |
OracleType.toOracleType(int oracleTypesConst)
Returns the OracleType corresponding to the int constant defined in
OracleTypes. |
static OracleType |
OracleType.toOracleType(java.sql.SQLType sqlType)
Returns the OracleType corresponding to SQLType.
|
static OracleType |
OracleType.toOracleType(java.sql.SQLType sqlType)
Returns the OracleType corresponding to SQLType.
|
OracleType |
VectorMetaData.type()
Returns the type of the VECTOR described by this metadata.
|
OracleType |
VectorMetaData.type()
Returns the type of the VECTOR described by this metadata.
|
static OracleType |
OracleType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OracleType |
OracleType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OracleType[] |
OracleType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static OracleType[] |
OracleType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
OracleType |
VECTOR.getType()
Returns the type of this VECTOR, which is one of the following:
|
OracleType |
VECTOR.getType()
Returns the type of this VECTOR, which is one of the following:
|