Moves the cursor position up or down by a specified number of rows. If the new position is beyond the start or end rows, the cursor position is set before the first row/after the last row.
@param rows a number of rows to move the cursor - may be positive or negative
@return true if the new cursor position is on a row, false otherwise
@throws SQLException if a database error happens
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.