| title | setBytes Method (SQLServerBlob) |
|---|---|
| description | setBytes Method (SQLServerBlob) |
| author | David-Engel |
| ms.author | davidengel |
| ms.date | 01/19/2017 |
| ms.service | sql |
| ms.subservice | connectivity |
| ms.topic | reference |
| apilocation | sqljdbc.jar |
| apiname | SQLServerBlob.setBytes |
| apitype | Assembly |
[!INCLUDEDriver_JDBC_Download]
Writes the given array of bytes into the BLOB starting at the given position, and then returns the number of bytes written.
| Name | Description |
|---|---|
| setBytes (long, byte[]) | Writes the given array of bytes into the BLOB starting at the given position, and then returns the number of bytes written. |
| setBytes (long, byte[], int, int) | Writes all or part of the given array of bytes into the BLOB starting at the given position, offset, and length, and then returns the number of bytes written. |
SQLServerBlob Methods
SQLServerBlob Members
SQLServerBlob Class