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.oracle.sql A package of classes that represent java SQL types and Oracle specific SQL types. -
-
Uses of OracleType in oracle.jdbc
Methods in oracle.jdbc that return OracleType Modifier and Type Method Description static OracleTypeOracleType. toOracleType(int oracleTypesConst)Returns the OracleType corresponding to the int constant defined inOracleTypes.static OracleTypeOracleType. toOracleType(java.sql.SQLType sqlType)Returns the OracleType corresponding to SQLType.OracleTypeVectorMetaData. type()Returns the type of the VECTOR described by this metadata.static OracleTypeOracleType. 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. -
Uses of OracleType in oracle.sql
Methods in oracle.sql that return OracleType Modifier and Type Method Description OracleTypeVECTOR. getType()Returns the type of this VECTOR, which is one of the following:
-