| Interface | Description |
|---|---|
| JdbcResultBuilder |
| Class | Description |
|---|---|
| ArrayResultBuilder |
Default QueryResultVisitor that creates Object[] with the row data.
|
| JdbcExecutor |
Abstract superclass of classes that execute direct sql statements.
|
| JdbcQueryUtil |
Helper class, that implements some general methods for query processing.
|
| QueryDefinition |
This object allows to query for any SQL possible that does return plain data.
|
| QueryResult<E> |
A LookupResult is the result of executing a query.
|
| SQLBuilder |
Description: load sql statements from properties file, can replace parameter markers "?"
|
| StringResultBuilder |
Description: QueryResultVisitor that can be used
for queries that return an answer set with one String column, e.g.
|
Copyright © 2008–2018. All rights reserved.