Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 1.29 KB

File metadata and controls

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

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