Package rife.database

Class DbResultSetHandler

java.lang.Object
rife.database.DbResultSetHandler
All Implemented Interfaces:
Cloneable
Direct Known Subclasses:
DbPreparedStatementHandler

public abstract class DbResultSetHandler extends Object implements Cloneable
By extending this class it's possible to easily customize the behaviour of some methods in the DbQueryManager class.

You're able to perform custom logic with the result set of a query by overriding the concludeResults method and returning an object.

You're not supposed to close the resultset in this method.

Since:
1.0
See Also: