Class CurrentOfResultSet

All Implemented Interfaces:
CursorResultSet, NoPutResultSet, ResultSet, RowLocationRetRowSource, RowSource

class CurrentOfResultSet extends NoPutResultSetImpl implements CursorResultSet
Takes a cursor name and returns the current row of the cursor; for use in generating the source row and row location for positioned update/delete operations.

This result set returns only one row.