Package | Description |
---|---|
oracle.jdbc |
Beginning in Oracle9i, the Oracle extensions to JDBC are captured in the package
oracle.jdbc . |
Modifier and Type | Method | Description |
---|---|---|
static OracleType |
OracleType.toOracleType(int oracleTypesConst) |
Returns the OracleType corresponding to the int constant defined in OracleTypes.
|
static OracleType |
OracleType.toOracleType(SQLType sqlType) |
Returns the OracleType corresponding to SQLType.
|
static OracleType |
OracleType.valueOf(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.
|