|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
| Interface Summary | |
|---|---|
| ConnectionPool | |
| DatabaseAccess | An interface to access relational databases |
| PreparedStatementHandler | A handler interface for set up PreparedStaement |
| Class Summary | |
|---|---|
| BeanReader<Bean> | |
| BeanResultHandler<T> | |
| ColumnReader<T> | convert a column in a ResultSet into the specified value |
| ConnectionPoolImpl | ConnectionPoolImpl class holds established JDBC connections. |
| DatabaseAccessBase | A base implementation of the DatabaseAccess interface. |
| JSONObjectReader | |
| JSONValueReader | |
| NaiveConnectionPool | NaiveConnectionPool creates a connection every time when a query is requested, then closes the connection affte its ResultSet is consumed. |
| RelationBuilder | RelationBuilder creates a Relation instance from a JSON string or a Bean class. |
| ResultPullReader | |
| ResultSetHandler<T> | A ResultSet |
| SQLExpression | SQLExpression is a template that has several variables $1, $2, ... |
| SQLUtil | Utilities to generate SQL expressions |
| Enum Summary | |
|---|---|
| SQLExpression.Quote | |
| SQLUtil.QuotationType | |
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
