Show TOC

java.sql.ClobLocate this document in the navigation structure

Definition

JDBC representation of character large object data types (CLOB).

Integration

Method Name

Support in Open SQL

Comments

InputStream getAsciiStream()

Reader getCharacterStream()

String getSubString(long, int)

long length()

long position(Clob, long)

long position(String, long)

Note

You can set the contents of a CLOB using the relevant methods from the java.sql.PreparedStatement interface.