|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Database in org.dbmaintain.database |
---|
Methods in org.dbmaintain.database that return Database | |
---|---|
protected Database |
DatabasesFactory.createDatabase(DatabaseConnection databaseConnection)
|
Database |
Databases.getDatabase(String databaseName)
Returns the database with the given name. |
Database |
Databases.getDefaultDatabase()
|
Methods in org.dbmaintain.database that return types with arguments of type Database | |
---|---|
List<Database> |
Databases.getDatabases()
|
Constructors in org.dbmaintain.database with parameters of type Database | |
---|---|
Databases(Database defaultDatabase,
List<Database> databases,
List<String> disabledDatabaseNames)
|
Constructor parameters in org.dbmaintain.database with type arguments of type Database | |
---|---|
Databases(Database defaultDatabase,
List<Database> databases,
List<String> disabledDatabaseNames)
|
Uses of Database in org.dbmaintain.database.impl |
---|
Subclasses of Database in org.dbmaintain.database.impl | |
---|---|
class |
Db2Database
Implementation of Database for an IBM DB2 database |
class |
DerbyDatabase
Implementation of Database for a Derby database. |
class |
HsqldbDatabase
Implementation of Database for a hsqldb database |
class |
InformixDatabase
Implementation of Database for a hsqldb database |
class |
MsSqlDatabase
Implementation of Database for a MsSQL database. |
class |
MySqlDatabase
Implementation of Database for a MySql database. |
class |
OracleDatabase
Implementation of Database for an Oracle database. |
class |
PostgreSqlDatabase
Implementation of Database for a PostgreSql database. |
Uses of Database in org.dbmaintain.script.executedscriptinfo.impl |
---|
Fields in org.dbmaintain.script.executedscriptinfo.impl declared as Database | |
---|---|
protected Database |
DefaultExecutedScriptInfoSource.defaultDatabase
|
Constructors in org.dbmaintain.script.executedscriptinfo.impl with parameters of type Database | |
---|---|
DefaultExecutedScriptInfoSource(boolean autoCreateExecutedScriptsTable,
String executedScriptsTableName,
String fileNameColumnName,
int fileNameColumnSize,
String fileLastModifiedAtColumnName,
String checksumColumnName,
int checksumColumnSize,
String executedAtColumnName,
int executedAtColumnSize,
String succeededColumnName,
DateFormat timestampFormat,
Database defaultSupport,
SQLHandler sqlHandler,
ScriptFactory scriptFactory)
|
Uses of Database in org.dbmaintain.script.runner.impl |
---|
Methods in org.dbmaintain.script.runner.impl that return Database | |
---|---|
protected Database |
JdbcScriptRunner.getTargetDatabaseDatabase(Script script)
|
protected Database |
BaseNativeScriptRunner.getTargetDatabaseDatabase(Script script)
|
Methods in org.dbmaintain.script.runner.impl with parameters of type Database | |
---|---|
protected void |
SqlPlusScriptRunner.executeScript(File scriptFile,
Database targetDatabase)
|
protected abstract void |
BaseNativeScriptRunner.executeScript(File scriptFile,
Database targetDatabase)
|
Uses of Database in org.dbmaintain.script.runner.impl.db2 |
---|
Fields in org.dbmaintain.script.runner.impl.db2 with type parameters of type Database | |
---|---|
protected Map<Database,Db2ConnectionInfo> |
Db2ScriptRunner.db2ConnectionInfos
|
Methods in org.dbmaintain.script.runner.impl.db2 that return types with arguments of type Database | |
---|---|
protected Map<Database,Db2ConnectionInfo> |
Db2ScriptRunner.getDb2ConnectionInfos(Databases databases)
|
Methods in org.dbmaintain.script.runner.impl.db2 with parameters of type Database | |
---|---|
protected void |
Db2ScriptRunner.executeScript(File scriptFile,
Database targetDatabase)
|
Uses of Database in org.dbmaintain.structure.clean.impl |
---|
Methods in org.dbmaintain.structure.clean.impl with parameters of type Database | |
---|---|
protected void |
DefaultDBCleaner.cleanTable(Database database,
String schemaName,
String tableName)
Deletes the data in the table with the given name. |
protected Set<DbItemIdentifier> |
DefaultDBCleaner.toDbItemIdentifiers(Database database,
String schemaName,
Set<String> itemNames)
|
Uses of Database in org.dbmaintain.structure.clear.impl |
---|
Methods in org.dbmaintain.structure.clear.impl with parameters of type Database | |
---|---|
protected void |
DefaultDBClearer.clearDatabase(Database database)
|
protected void |
DefaultDBClearer.dropMaterializedViews(Database database,
String schemaName)
Drops all materialized views. |
protected void |
DefaultDBClearer.dropRules(Database database,
String schemaName)
Drops all rules. |
protected void |
DefaultDBClearer.dropSequences(Database database,
String schemaName)
Drops all sequences |
protected void |
DefaultDBClearer.dropStoredProcedures(Database database,
String schemaName)
|
protected void |
DefaultDBClearer.dropSynonyms(Database database,
String schemaName)
Drops all synonyms |
protected void |
DefaultDBClearer.dropTables(Database database,
String schemaName)
Drops all tables. |
protected void |
DefaultDBClearer.dropTriggers(Database database,
String schemaName)
Drops all triggers |
protected void |
DefaultDBClearer.dropTypes(Database database,
String schemaName)
Drops all types. |
protected void |
DefaultDBClearer.dropViews(Database database,
String schemaName)
Drops all views. |
protected Set<DbItemIdentifier> |
DefaultDBClearer.toDbItemIdentifiers(DbItemType type,
Database database,
String schemaName,
Set<String> itemNames)
|
Uses of Database in org.dbmaintain.structure.model |
---|
Methods in org.dbmaintain.structure.model with parameters of type Database | |
---|---|
static DbItemIdentifier |
DbItemIdentifier.getItemIdentifier(DbItemType type,
String schemaName,
String itemName,
Database database)
|
static DbItemIdentifier |
DbItemIdentifier.getItemIdentifier(DbItemType type,
String schemaName,
String itemName,
Database database,
boolean dbMaintainIdentifier)
|
static DbItemIdentifier |
DbItemIdentifier.getSchemaIdentifier(String schemaName,
Database database)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |