| Interface | Description |
|---|---|
| BatchedStatement | |
| DBUtil.DeserializeRowHandler |
A
row handler with a method
that is called once per row deserialized within DBUtil.deserializeTable(). |
| DBUtil.RowHandler |
Call-back interface with a
method that is called after
a number of table rows have been handled by one of the subtypes of this interface. |
| DBUtil.RunnableWithConnection<T> | |
| DBUtil.SerializeRowHandler | |
| IDBAdapter |
Abstracts all aspects of a database that are vendor-specific.
|
| IDBConnection | |
| IDBConnectionProvider |
Provides a database
connection, roughly comparable with a data source. |
| IDBConnectionProvider2 |
Provides a database
connection, roughly comparable with a data source. |
| IDBDatabase | |
| IDBDatabase.RunnableWithSchema | |
| IDBDatabase.SchemaChangedEvent | |
| IDBPreparedStatement | |
| IDBResultSet | |
| IDBRowHandler |
Call-back that handles the values of, for example, a row in a database table.
|
| IDBSchemaTransaction |
| Class | Description |
|---|---|
| DBUtil |
A utility class with various static factory and convenience methods.
|
| Enum | Description |
|---|---|
| DBType |
Enumerates the SQL data types that are compatible with the DB framework.
|
| IDBPreparedStatement.ReuseProbability |
An enum for the degree of probability to which a prepared statement is reused later on.
|
| Exception | Description |
|---|---|
| DBException |
A
runtime exception thrown to indicate problems with a database, frequently used to wrap
checked SQL exceptions. |
Copyright (c) 2011-2015 Eike Stepper (Berlin, Germany) and others.