Uses of Class
com.uwyn.rife.database.DbResultSetHandler

Packages that use DbResultSetHandler
com.uwyn.rife.database Provides classes and interfaces for the object-oriented query builders, database abstraction layer, persistance manager, query handling templates, fault-tolerant JDBC wrappers and connection pooling. 
 

Uses of DbResultSetHandler in com.uwyn.rife.database
 

Subclasses of DbResultSetHandler in com.uwyn.rife.database
 class DbPreparedStatementHandler<DataType>
          By extending this class it's possible to easily customize the behaviour of a large number of methods in the DbQueryManager class.
 

Methods in com.uwyn.rife.database with parameters of type DbResultSetHandler
<ResultType>
ResultType
DbQueryManager.executeQuery(ReadQuery query, DbResultSetHandler handler)
          Executes a select statement and handle the results in a custom fashion.
 



Copyright © 2001-2007 Uwyn sprl/bvba. All Rights Reserved.