Refreshes the current row with its most up to date value in the database. Must not be called when the cursor is on the Insert row.
If any columns in the current row have been updated but the updateRow has not been called, then the updates are lost when this method is called.
@throws SQLException if a database error happens, including if the current row is the Insert row.
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.