Nóta
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað aðskrá þig inn eða breyta skráasöfnum.
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað að breyta skráasöfnum.
Returns the position of a specified pattern in the BLOB based on the given byte array pattern and starting index.
Syntax
public long position(byte[] bPattern,
long start)
Parameters
bPattern
The pattern to search for.
start
The start index to search at.
Return Value
A long value of the position where the pattern was found, or -1 if it was not found.
Exceptions
Remarks
This position method is specified by the position method in the java.sql.Blob interface.
See Also
position Method (SQLServerBlob)
SQLServerBlob Methods
SQLServerBlob Members
SQLServerBlob Class