getOriginalRow
ResultSetgetOriginalRow()
throws SQLException
- Retrieves a
ResultSet object containing the original value of the current row only. If the current row has no original value, an empty result set is returned. If there is no current row, an exception is thrown.
-
-
Returns:
- the original value of the current row as a
ResultSet object
-
Throws:
-
SQLException - if a database access error occurs or this method is called while the cursor is on the insert row, before the first row, or after the last row
|