Class RowResultSet

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

class RowResultSet extends NoPutResultSetImpl implements CursorResultSet
Takes a constant row value and returns it as a result set.

This class actually probably never underlies a select statement, but in case it might and because it has the same behavior as the ones that do, we have it implement CursorResultSet and give reasonable answers.