Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 1.41 KB

File metadata and controls

36 lines (30 loc) · 1.41 KB
title position Method (SQLServerBlob) | Microsoft Docs
ms.custom
ms.date 01/19/2017
ms.prod sql
ms.prod_service connectivity
ms.reviewer
ms.technology connectivity
ms.topic conceptual
apiname
SQLServerBlob.position
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid b520f192-6a14-4453-babd-8e7861ab25d6
author David-Engel
ms.author v-daenge

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