| Interface | Description |
|---|---|
| DbUtilsI18NResourceKeys |
I18N messages for the DB utilities.
|
| Class | Description |
|---|---|
| DatabaseType |
A vendor-specific database with some vendor-specific method implementations in order to do things necessary for each
individual type of database.
|
| DatabaseTypeFactory |
A factory class that creates
DatabaseType objects based on the database being connected to. |
| DbUtil |
Provides database utilities.
|
| DbUtilsI18NFactory |
Convienence utility that creates I18N
loggers and messages for the DB utilities. |
| H2DatabaseType |
Superclass of all versions of the H2 database.
|
| H2v11DatabaseType |
H2 database version 1.1 which extends the abstract support for H2 database.
|
| H2v12DatabaseType |
H2 database version 1.2 which extends the abstract support for H2 database.
|
| Oracle10DatabaseType |
Oracle10 database which extends the Oracle9 database.
|
| Oracle11DatabaseType |
Oracle11 database which extends the Oracle10 database.
|
| Oracle12DatabaseType |
Oracle12 database which extends the Oracle10 database.
|
| Oracle8DatabaseType |
Oracle8 database.
|
| Oracle9DatabaseType |
Oracle9 database which extends from the Oracle8 database.
|
| OracleDatabaseType |
Superclass of all versions of the Oracle database.
|
| Postgresql7DatabaseType |
Postgres 7.x database.
|
| Postgresql81DatabaseType |
Postgres 8.1 database which extends the Postgres 8.x database.
|
| Postgresql82DatabaseType |
Postgres 8.2 database which extends the Postgres 8.x database.
|
| Postgresql83DatabaseType |
Postgres 8.3 database which extends the Postgres 8.x database.
|
| Postgresql84DatabaseType |
Postgres 8.4 database which extends the Postgres 8.3 database.
|
| Postgresql8DatabaseType |
Postgres 8.x database which extends the Postgres 7.x database.
|
| Postgresql90DatabaseType |
Postgres 9.0 database which extends the Postgres 8.4 database.
|
| Postgresql91DatabaseType |
Postgres 9.1 database which extends the Postgres database.
|
| PostgresqlDatabaseType |
Superclass of all versions of the Postgres database.
|
| SQLServer2005DatabaseType |
SQL Server version 2005 which extends the abstract support for SQL Server database.
|
| SQLServer2008DatabaseType |
SQL Server version 2008 which extends the abstract support for SQL Server database.
|
| SQLServerDatabaseType |
Superclass of all versions of the SQL Server database.
|
| TypeMap |
This class performs XML parsing on content that defines database specific type mappings.
|
| Exception | Description |
|---|---|
| ExtendedSQLException |
Wraps another SQLException, providing one additional field for specifying the SQL that caused the exception.
|
| FeatureNotSupportedException |
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.