Class ResultSetBase

All Implemented Interfaces:
AutoCloseable, ResultSet, Wrapper
Direct Known Subclasses:
SPIResultSet, SyntheticResultSet

public abstract class ResultSetBase extends ReadOnlyResultSet
Provides methods that are common both for a SyntheticResultSet (which is not associated with a statement) and SPIResultSet.
Author:
Filip Hrbek