Class AnyResultSet

All Implemented Interfaces:
NoPutResultSet, ResultSet, RowLocationRetRowSource, RowSource

public class AnyResultSet extends NoPutResultSetImpl
Takes a quantified predicate subquery's result set. NOTE: A row with a single column containing null will be returned from getNextRow() if the underlying subquery ResultSet is empty.