Neoview JDBC Type 4 Driver API Reference (R2.2, R2.3, R2.4, R2.5)

Writes all or part of the given byte array to the BLOB value that this Blob object represents and returns the
number of bytes written. Writing starts at position pos in the BLOB value; len bytes from the given byte array are
written.
Specified by:
setBytes in interface java.sql.Blob
Parameters:
pos - the position in the BLOB object at which to start writing
bytes - the array of bytes to be written to this BLOB object
offset - the offset into the array bytes at which to start reading the bytes to be set
len - the number of bytes to be written to the BLOB value from the array of bytes bytes
Returns:
the number of bytes written
Throws:
java.sql.SQLException - if there is an error accessing the BLOB value
See Also:
getBytes(long, int)
Package Class Tree Deprecated Index Help
PREV CLASS NEXT CLASS FRAMES NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD