Uses of Interface java.sql.Clob

Uses in package javax.sql

Methods with parameter type java.sql.Clob

void
RowSet.setClob(int i, Clob x)

Uses in package java.sql

Methods with parameter type java.sql.Clob

long
Clob.position(Clob pattern, long start)
This method returns the index into this Clob of the first occurrence of the specified character pattern (supplied by the caller as a Clob).
void
PreparedStatement.setClob(int index, Clob value)
This method sets the specified parameter from the given Java Clob value.
void
ResultSet.updateClob(int columnIndex, Clob value)
This method updates the specified column to have a java.sql.Clob value.
void
ResultSet.updateClob(String columnName, Clob value)
This method updates the specified column to have a java.sql.Clob value.
void
This method writes the specified Java SQL Clob object to the SQL stream.

Methods with return type java.sql.Clob

Clob
This method returns the value of the specified parameter as a Java Clob.
Clob
ResultSet.getClob(int columnIndex)
This method returns the specified column value as a CLOB.
Clob
This method returns the value of the specified parameter as a Java Clob.
Clob
ResultSet.getClob(String columnName)
This method returns the specified column value as a CLOB.
Clob
This method reads the next item from the stream a Java SQL Clob.