| Package | Description |
|---|---|
| org.tentackle.sql |
SQL backend layer.
|
| org.tentackle.sql.metadata |
SQL metadata support.
|
| Class and Description |
|---|
| 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. |
| BackendException
Runtime exception thrown for database backend configuration errors.
|
| 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.
|
| Class and Description |
|---|
| 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. |
| SqlType
The sql types used by tentackle.
|
Copyright © 2016 Krake Softwaretechnik. All rights reserved.