| title | position Method (SQLServerBlob) |
|---|---|
| description | position 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.position |
| apitype | Assembly |
[!INCLUDEDriver_JDBC_Download]
Returns the position of a specified pattern in the BLOB based on the given pattern and the starting index.
| Name | Description |
|---|---|
| position (java.sql.Blob, long) | Returns the position of a specified pattern in the BLOB based on the given pattern and the starting index. |
| position (byte[], long) | Returns the position of a specified pattern in the BLOB based on the given byte array pattern and the starting index. |
SQLServerBlob Methods
SQLServerBlob Members
SQLServerBlob Class