Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of mappen te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen om mappen te wijzigen.
Retrieves the character position at which the specified NClob object searchstr appears in this NClob object.
Syntax
long position(java.sql.NClob searchstr,
long start)
Parameters
searchstr
A NClob object for which to search.
start
The position at which to begin searching; the first position is 1.
Return Value
The position at which the substring appears, or -1 if it is not present. The first position is 1.
Exceptions
Remarks
This position method is specified by the position method in the java.sql.NClob interface.
See Also
position Method (SQLServerNClob)
SQLServerNClob Methods
SQLServerNClob Members
SQLServerNClob Class