Uses of Class
oracle.sql.CLOB
Packages that use CLOB
Package
Description
Beginning in Oracle9i, the Oracle extensions to JDBC are captured
in the package
oracle.jdbc.A package of classes that represent java SQL types and Oracle specific
SQL types.
-
Uses of CLOB in oracle.jdbc
Methods in oracle.jdbc that return CLOBModifier and TypeMethodDescriptionOracleCallableStatement.getCLOB(int parameterIndex) Retrieves data into anoracle.sql.CLOBobject.OracleResultSet.getCLOB(int columnIndex) Oracle extension.Oracle extension.Methods in oracle.jdbc with parameters of type CLOBModifier and TypeMethodDescriptionvoidSets the designated parameter to anoracle.sql.CLOBvalue.voidBinds the designated parameter to aoracle.sql.CLOBvalue.voidOraclePreparedStatement.setCLOBAtName(String parameterName, CLOB value) Sets the designated parameter to an oracle.sql.CLOB value.voidOracleResultSet.updateCLOB(int columnIndex, CLOB value) Oracle extension.voidOracleResultSet.updateCLOB(String columnName, CLOB value) Oracle extension. -
Uses of CLOB in oracle.sql
Subclasses of CLOB in oracle.sqlModifier and TypeClassDescriptionclassDeprecated.Use java.sql.NClob interface for declaration instead of using concrete class oracle.sql.NCLOB.Methods in oracle.sql that return CLOBModifier and TypeMethodDescriptionstatic CLOBCLOB.createTemporary(Connection conn, boolean cache, int _duration) Deprecated.Create a temporary clob.static CLOBCLOB.createTemporary(Connection conn, boolean cache, int _duration, short form_of_use) Deprecated.Create a temporary clob or nclob.static CLOBCLOB.empty_lob()Deprecated.use getEmptyCLOB insteadstatic CLOBCLOB.getEmptyCLOB()Deprecated.Return a empty lob.Methods in oracle.sql with parameters of type CLOBModifier and TypeMethodDescriptionstatic voidCLOB.freeTemporary(CLOB temp_lob) Deprecated.Free the contents and the locator of the temporary clob.static shortCLOB.getDuration(CLOB lob) Deprecated.return the duration of a temporary LOBstatic booleanCLOB.isTemporary(CLOB lob) Deprecated.Return true if the lob locator points to a temporary clob.