Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.37 KB

File metadata and controls

28 lines (22 loc) · 1.37 KB
title position Method (SQLServerNClob)
description position Method (SQLServerNClob)
author David-Engel
ms.author davidengel
ms.date 01/19/2017
ms.service sql
ms.subservice connectivity
ms.topic reference

position Method (SQLServerNClob)

[!INCLUDEDriver_JDBC_Download]

Retrieves the character position of the specified NClob object or substring in the NClob based on the specified starting position.

Overload List

Name Description
position Method (java.sql.NClob, long) Retrieves the character position at which the specified NClob object searchstr appears in this NClob object.
position Method (java.lang.String, long) (SQLServerNClob) Retrieves the character position at which the specified substring searchstr appears in the NCLOB value represented by this NClob object.

See Also

SQLServerNClob Methods
SQLServerNClob Members
SQLServerNClob Class