title | description | author | ms.author | ms.date | ms.service | ms.subservice | ms.topic | apilocation | apiname | apitype |
---|---|---|---|---|---|---|---|---|---|---|
position Method (SQLServerBlob) |
position Method (SQLServerBlob) |
David-Engel |
davidengel |
01/19/2017 |
sql |
connectivity |
reference |
sqljdbc.jar |
SQLServerBlob.position |
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