| title | position Method (SQLServerClob) |
|---|---|
| description | position Method (SQLServerClob) |
| 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 |
| apitype | Assembly |
[!INCLUDEDriver_JDBC_Download]
Returns the character position of the specified CLOB object or substring in the CLOB based on the given starting position.
| Name | Description |
|---|---|
| position (java.sql.Clob, long) | Returns the character position of the specified CLOB object in the CLOB based on the given starting position. |
| position (java.lang.String, long) | Returns the character position of the specified substring in the CLOB based on the given starting position. |
SQLServerClob Methods
SQLServerClob Members
SQLServerClob Class