Search for the position in this Blob at which a specified pattern begins, starting at a specified position within the Blob.
@param pattern a Blob containing the pattern of data to search for in this Blob
@param start the position within this Blob to start the search, where the first position in the Blob is 1
@return a long value with the position at which the pattern begins. -1 ifthe pattern is not found in this Blob.
@throws SQLException if an error occurs accessing the Blob
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.