| AbstractBackend |
Abstract parent class for backends.
|
| AbstractSql2003Backend |
Common to all SQL2003 backends.
|
| AbstractSql92Backend |
Common to all SQL92 backends.
|
| Backend |
A database backend.
Defines the backend specifics.
There is only one instance per database type.
Implementations must not maintain any state except for the whole of all connections to the
specific kind of database.
|
| BackendFactory |
The backend factory.
|
| BackendInfo |
Configuration info for a backend.
|
| BackendPreparedStatement |
Just an interface to decouple dependency from PreparedStatementWrapper.
|
| JoinType |
Join type.
|
| MigrationStrategy |
Defines the methods to use for migration.
|
| SqlType |
The sql types used by tentackle.
|