Uses of Interface
oracle.jdbc.OracleClob
-
Packages that use OracleClob 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 OracleClob in oracle.jdbc
Subinterfaces of OracleClob in oracle.jdbc Modifier and Type Interface Description interfaceOracleNClobThis interface extends the standard JDBC interfaceNCloband defines methods for Oracle specific NClob . -
Uses of OracleClob in oracle.sql
Classes in oracle.sql that implement OracleClob Modifier and Type Class Description classCLOBDeprecated.Use java.sql.Clob interface for declaration instead of using concrete class oracle.sql.CLOB.classNCLOBDeprecated.Use java.sql.NClob interface for declaration instead of using concrete class oracle.sql.NCLOB.
-