|
JavaTM 2 Platform Std. Ed. v1.4.2 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Clob | |
java.sql | Provides the API for accessing and processing data stored in a data source (usually a relational database) using the JavaTM programming language. |
javax.sql | Provides the API for server side data source access and processing from the JavaTM programming language. |
Uses of Clob in java.sql |
Methods in java.sql that return Clob | |
Clob |
SQLInput.readClob()
Reads an SQL CLOB value from the stream and returns it as a
Clob object in the Java programming language. |
Clob |
CallableStatement.getClob(int i)
Retrieves the value of the designated JDBC CLOB parameter as a
Clob object in the Java programming language. |
Clob |
CallableStatement.getClob(String parameterName)
Retrieves the value of a JDBC CLOB parameter as a
Clob object in the Java programming language. |
Clob |
ResultSet.getClob(int i)
Retrieves the value of the designated column in the current row of this ResultSet object as a Clob object
in the Java programming language. |
Clob |
ResultSet.getClob(String colName)
Retrieves the value of the designated column in the current row of this ResultSet object as a Clob object
in the Java programming language. |
Methods in java.sql with parameters of type Clob | |
void |
SQLOutput.writeClob(Clob x)
Writes an SQL CLOB value to the stream. |
long |
Clob.position(Clob searchstr,
long start)
Retrieves the character position at which the specified Clob object searchstr appears in this
Clob object. |
void |
PreparedStatement.setClob(int i,
Clob x)
Sets the designated parameter to the given Clob object. |
void |
ResultSet.updateClob(int columnIndex,
Clob x)
Updates the designated column with a java.sql.Clob value. |
void |
ResultSet.updateClob(String columnName,
Clob x)
Updates the designated column with a java.sql.Clob value. |
Uses of Clob in javax.sql |
Methods in javax.sql with parameters of type Clob | |
void |
RowSet.setClob(int i,
Clob x)
Sets the designated parameter in this RowSet object's command
with the given Clob value. |
|
JavaTM 2 Platform Std. Ed. v1.4.2 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright 2003 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.