Class SPIResultSet

All Implemented Interfaces:
AutoCloseable, ResultSet, Wrapper

public class SPIResultSet extends ResultSetBase
A Read-only ResultSet that provides direct access to a Portal. At present, only forward positioning is implemented. Attempts to use reverse or absolute positioning will fail.
Author:
Thomas Hallgren