Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 1.34 KB

position-method-sqlserverclob.md

File metadata and controls

31 lines (25 loc) · 1.34 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic apilocation apiname apitype
position Method (SQLServerClob)
position Method (SQLServerClob)
David-Engel
davidengel
01/19/2017
sql
connectivity
reference
sqljdbc.jar
SQLServerClob.position
Assembly

position Method (SQLServerClob)

[!INCLUDEDriver_JDBC_Download]

Returns the character position of the specified CLOB object or substring in the CLOB based on the given starting position.

Overload List

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.

See Also

SQLServerClob Methods
SQLServerClob Members
SQLServerClob Class