| title | position Method (java.sql.Clob, long) |
|---|---|
| description | position Method (java.sql.Clob, long) |
| author | David-Engel |
| ms.author | davidengel |
| ms.date | 01/19/2017 |
| ms.service | sql |
| ms.subservice | connectivity |
| ms.topic | reference |
| apilocation | sqljdbc.jar |
| apiname | SQLServerClob.position (java.sql.Clob, long) |
| apitype | Assembly |
[!INCLUDEDriver_JDBC_Download]
Returns the character position of the specified CLOB object in the CLOB based on the given starting position.
public long position(java.sql.Clob searchstr,
long start)
searchstr
The substring to search for.
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.Clob interface.
position Method (SQLServerClob)
SQLServerClob Methods
SQLServerClob Members
SQLServerClob Class