Class AbstractResultSet

  • All Implemented Interfaces:
    AutoCloseable, ResultSet, Wrapper
    Direct Known Subclasses:
    ObjectResultSet

    public abstract class AbstractResultSet
    extends Object
    implements ResultSet
    The AbstractResultSet serves as a base class for implementations of the ResultSet interface. All calls using columnNames are translated into the corresponding call with index position computed using a call to findColumn.
    Author:
    Thomas Hallgren