Show TOC

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

 

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 Note

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

End of the note.