- All Superinterfaces:
- java.lang.AutoCloseable, java.lang.Iterable<DBRow>, java.util.Iterator<DBRow>
public interface DBRows
extends java.lang.Iterable<DBRow>, java.util.Iterator<DBRow>, java.lang.AutoCloseable
Simple container class for a 'DB Result'-style resultset.
Note: you MUST call the close() method on this object, otherwise the
connection and associated resources will not be returned to the connection
pool; this will quickly cause your connection pool to run dry and you will be
unable to make new database requests.
- Author:
- michaelo