Retrieves the byte position at which the Blob pattern begins within the BLOB value that this Blob object represents. The search for pattern begins at position start.
This method is reserved for a future release.
Syntax
position(java.sql.Blob pattern, long start)
Syntax Elements
- pattern
- The byte array containing the pattern for which to search.
- start
- The position at which to begin searching.
Exceptions
This method throws an SQLException to indicate that a Java external routine called a method that is not yet supported, setting the SQLException fields as follows.
SQLState Field | vendorCode Field |
---|---|
“0A000” | 7858 |