| Package | Description |
|---|---|
| org.rhq.core.db | |
| org.rhq.core.db.ant.dbupgrade | |
| org.rhq.core.db.builders | |
| org.rhq.core.db.setup | |
| org.rhq.core.db.upgrade |
| Modifier and Type | Class and Description |
|---|---|
class |
H2DatabaseType
Superclass of all versions of the H2 database.
|
class |
H2v11DatabaseType
H2 database version 1.1 which extends the abstract support for H2 database.
|
class |
H2v12DatabaseType
H2 database version 1.2 which extends the abstract support for H2 database.
|
class |
Oracle10DatabaseType
Oracle10 database which extends the Oracle9 database.
|
class |
Oracle11DatabaseType
Oracle11 database which extends the Oracle10 database.
|
class |
Oracle12DatabaseType
Oracle12 database which extends the Oracle10 database.
|
class |
Oracle8DatabaseType
Oracle8 database.
|
class |
Oracle9DatabaseType
Oracle9 database which extends from the Oracle8 database.
|
class |
OracleDatabaseType
Superclass of all versions of the Oracle database.
|
class |
Postgresql7DatabaseType
Postgres 7.x database.
|
class |
Postgresql81DatabaseType
Postgres 8.1 database which extends the Postgres 8.x database.
|
class |
Postgresql82DatabaseType
Postgres 8.2 database which extends the Postgres 8.x database.
|
class |
Postgresql83DatabaseType
Postgres 8.3 database which extends the Postgres 8.x database.
|
class |
Postgresql84DatabaseType
Postgres 8.4 database which extends the Postgres 8.3 database.
|
class |
Postgresql8DatabaseType
Postgres 8.x database which extends the Postgres 7.x database.
|
class |
Postgresql90DatabaseType
Postgres 9.0 database which extends the Postgres 8.4 database.
|
class |
Postgresql91DatabaseType
Postgres 9.1 database which extends the Postgres database.
|
class |
PostgresqlDatabaseType
Superclass of all versions of the Postgres database.
|
class |
SQLServer2005DatabaseType
SQL Server version 2005 which extends the abstract support for SQL Server database.
|
class |
SQLServer2008DatabaseType
SQL Server version 2008 which extends the abstract support for SQL Server database.
|
class |
SQLServerDatabaseType
Superclass of all versions of the SQL Server database.
|
| Modifier and Type | Method and Description |
|---|---|
static DatabaseType |
DatabaseTypeFactory.getDatabaseType(Connection conn)
Given a
Connection object, this method returns its associated DatabaseType. |
static DatabaseType |
DatabaseTypeFactory.getDatabaseType(Context context,
String datasource)
Convenience method that gives you the
DatabaseType given a context and datasource. |
static DatabaseType |
DatabaseTypeFactory.getDefaultDatabaseType()
This is the getter of a get/set convenience mechanism for storing and retrieving the active database type.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
TypeMap.getMappedType(Collection<TypeMap> typemaps,
String generic_type,
DatabaseType database)
Given a collection of generic type maps, this returns the database specific type for the given generic type.
|
String |
TypeMap.getMappedType(String generic_type,
DatabaseType database)
If this type map defines database types for the given generic type, this returns the type for the given database.
|
static boolean |
DatabaseTypeFactory.isH2(DatabaseType type)
Determines if the given type refers to an H2 database.
|
static boolean |
DatabaseTypeFactory.isOracle(DatabaseType type)
Determines if the given type refers to an Oracle database.
|
static boolean |
DatabaseTypeFactory.isPostgres(DatabaseType type)
Determines if the given type refers to a Postgres database.
|
static boolean |
DatabaseTypeFactory.isSQLServer(DatabaseType type)
Determines if the given type refers to an SQL Server database.
|
static void |
DatabaseTypeFactory.setDefaultDatabaseType(DatabaseType databaseType)
This is the setter of a get/set convenience mechanism for storing and retrieving the active database type.
|
| Modifier and Type | Method and Description |
|---|---|
DatabaseType |
DBUpgrader.getDatabaseType()
Returns the type of database that is being upgraded.
|
DatabaseType |
SchemaSpecTask.getDatabaseType()
Returns the type of database being upgraded.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SST_DirectSQL.Statement.init(Connection conn,
DatabaseType db_type)
Initializes this statement task with a database connection and database type.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateSequenceExprBuilder |
CreateSequenceExprBuilder.getBuilder(DatabaseType type) |
| Modifier and Type | Method and Description |
|---|---|
protected DatabaseType |
DBSetup.getDatabaseType()
Gets the database type information of the database this object is currently
connected
to. |
| Modifier and Type | Field and Description |
|---|---|
protected DatabaseType |
AbstractConfigurationObfuscationUpgradeTask.databaseType |
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceAncestryUpgradeTask.execute(DatabaseType databaseType,
Connection connection) |
void |
ConfigurationObfuscationCorrectionUpgradeTask.execute(DatabaseType type,
Connection connection) |
void |
DriftTemplateMapDatabaseUpgradeTask.execute(DatabaseType databaseType,
Connection connection) |
void |
AbstractConfigurationObfuscationUpgradeTask.execute(DatabaseType type,
Connection connection) |
void |
OperationScheduleIdSetterUpgradeTask.execute(DatabaseType databaseType,
Connection connection) |
void |
SystemSettingsPasswordObfuscationTask.execute(DatabaseType type,
Connection connection) |
void |
SubcategoryUpgradeTask.execute(DatabaseType databaseType,
Connection connection) |
void |
DriftPathDirectoryDatabaseUpgradeTask.execute(DatabaseType databaseType,
Connection connection) |
void |
BundleVersionOrderUpgradeTask.execute(DatabaseType databaseType,
Connection connection) |
void |
StorageNodeAddressUpgradeTask.execute(DatabaseType databaseType,
Connection connection) |
void |
DatabaseUpgradeTask.execute(DatabaseType type,
Connection connection) |
void |
CustomAlertSenderUpgradeTask.execute(DatabaseType databaseType,
Connection connection) |
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.