Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 1.29 KB

position-method-sqlserverblob.md

File metadata and controls

31 lines (25 loc) · 1.29 KB
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

position Method (SQLServerBlob)

[!INCLUDEDriver_JDBC_Download]

Returns the position of a specified pattern in the BLOB based on the given pattern and the starting index.

Overload List

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.

See Also

SQLServerBlob Methods
SQLServerBlob Members
SQLServerBlob Class