Show TOC

Object documentationjava.sql.Clob Locate this document in the navigation structure

 

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

Integration

Methods of java.sql.Clob Interface

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 Note

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

End of the note.