Uses of Class
oracle.jdbc.OracleType
-
Packages that use OracleType Package Description oracle.jdbc Beginning in Oracle9i, the Oracle extensions to JDBC are captured in the packageoracle.jdbc
. -
-
Uses of OracleType in oracle.jdbc
Methods in oracle.jdbc that return OracleType 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.
-