SerialClob object where the given String object begins, starting the search at the specified position. This method returns -1 if the pattern is not found.
@param searchStr the String object for which tosearch
@param start the position in this SerialClob objectat which to start the search; the first position is 1; must not be less than 1 nor greater than the length of this SerialClob object
@return the position at which the given String objectbegins, starting the search at the specified position; -1 if the given String object is not found or the starting position is out of bounds; position numbering for the return value starts at 1
@throws SerialException if the {@code free} method had beenpreviously called on this object
@throws SQLException if there is an error accessing the Clob valuefrom the database.
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |