RDMBlob()

Syntax:

RDMBlob()

Description:

Creates an empty Blob object that can be filled using the setBinaryStream(long), setBytes(long, byte[]), or setBytes(long, byte[], int, int) methods and is then available to be supplied to the setBlob methods of the Statement, PreparedStatement, or CallableStatement objects.