| title | position Method (java.sql.NClob, long) | Microsoft Docs |
|---|---|
| ms.custom | |
| ms.date | 01/19/2017 |
| ms.prod | sql |
| ms.prod_service | connectivity |
| ms.reviewer | |
| ms.technology | connectivity |
| ms.topic | conceptual |
| ms.assetid | f2354278-d128-4cf4-a170-22c05fcb763b |
| author | David-Engel |
| ms.author | v-daenge |
[!INCLUDEDriver_JDBC_Download]
Retrieves the character position at which the specified NClob object searchstr appears in this NClob object.
long position(java.sql.NClob searchstr,
long start)
searchstr
A NClob object for which to search.
start
The position at which to begin searching; the first position is 1.
The position at which the substring appears, or -1 if it is not present. The first position is 1.
This position method is specified by the position method in the java.sql.NClob interface.
position Method (SQLServerNClob)
SQLServerNClob Methods
SQLServerNClob Members
SQLServerNClob Class