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 resultset of a query by
overriding the
DbResultSetHandler.concludeResults(DbResultSet) concludeResults method
and returning an object.
You're not supposed to close the resultset in this method.
author: Geert Bevin (gbevin[remove] at uwyn dot com) version: $Revision: 3634 $ See Also: DbResultSet See Also: DbQueryManager since: 1.0 |