|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | ||
|---|---|---|
|
DbQueryManager.executeQuery(ReadQuery query,
DbResultSetHandler handler)
Executes a select statement and handle the results in a custom fashion. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||