Show TOC

java.sql.BlobLocate this document in the navigation structure

Definition

JDBC representation of byte large object data types (BLOB).

Integration

Methods of Interface java.sql.Blob

Method Name

Support in Open SQL

Comments

InputStream getBinaryStream()

byte[] getBytes( long, int )

long length()

long position( Blob, long )

long position( byte[], long )

Note

To set the content of a BLOB, you can use the relevant methods of the java.sql.PreparedStatement interface.