| Interface | Description |
|---|---|
| Schema.Column |
Interface or table columns
|
| Schema.Index |
Interface for Index
|
| Schema.Table |
Interface for DB Table
|
| Class | Description |
|---|---|
| BasicDataSourceWrapper | |
| DatabaseRetryPredicate | |
| FailingConnectionWrapper | |
| FailingHSQLDBDriverWrapper | |
| FailingMySQLDriverWrapper |
Used for runtime database error injection on MySQL.
|
| OperationRetryHandler | |
| PersistenceExceptionSubclassFilterRetryPredicate |
A
DatabaseRetryPredicate which applies when a given Exception (or its causes) are NOT blacklisted. |
| RuntimeExceptionInjector<E extends RuntimeException> | |
| Schema | |
| SLADbOperations | Deprecated |
| SLADbXOperations | Deprecated |
| SqlStatement |
The
SqlStatement is used to generate SQL Statements. |
| SqlStatement.Condition |
Construct the condition statement that will be used in the where clause
|
| SqlStatement.Delete |
SQL Statement generator for DELETE Statements
|
| SqlStatement.Insert |
INSERT Statement generator
|
| SqlStatement.ResultSetReader |
ResultSetReader is used to parse the result set and gives methods for getting appropriate type of
data given the column name |
| SqlStatement.Select |
Select Statement generator.
|
| SqlStatement.Update |
UPDATE SQL Statement generator
|
| ValidateConnectionBean |
| Enum | Description |
|---|---|
| Schema.DBType |
DB types
|
Copyright © 2018 Apache Software Foundation. All rights reserved.