|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of DbTask in it.openutils.migration |
|---|
| Method parameters in it.openutils.migration with type arguments of type DbTask | |
|---|---|
void |
DbSetupManagerImpl.setSetupTasks(java.util.List<DbTask> setupTasks)
Sets the tasks. |
| Uses of DbTask in it.openutils.migration.generic |
|---|
| Classes in it.openutils.migration.generic that implement DbTask | |
|---|---|
class |
JdbcIfColumnExistsConditionalTask
|
class |
JdbcObjectCreationTask
|
class |
JdbcTableCreationTask
|
class |
JdbcViewCreationTask
|
| Uses of DbTask in it.openutils.migration.oracle |
|---|
| Classes in it.openutils.migration.oracle that implement DbTask | |
|---|---|
class |
OracleSequenceCreationTask
Db tasks that handles the initial setup of sequences. |
class |
OracleViewCreateOrUpdateTask
Db tasks that handles the initial setup of views. |
| Uses of DbTask in it.openutils.migration.sqlserver |
|---|
| Classes in it.openutils.migration.sqlserver that implement DbTask | |
|---|---|
class |
SqlServerFunctionCreateOrUpdateTask
Compares the function script with the one stored in the db and drops and recreates it if the scripts differs. |
class |
SqlServerFunctionCreationTask
|
class |
SqlServerGenericAlterTask
Deprecated. |
class |
SqlServerObjCreationTask
|
class |
SqlServerProcedureCreateOrUpdateTask
Compares the procedure script with the one stored in the db and drops and recreates it if the scripts differs. |
class |
SqlServerProcedureCreationTask
|
class |
SqlServerScriptBasedUnconditionalTask
|
class |
SqlServerSynonymCreationTask
|
class |
SqlServerTableCreationTask
|
class |
SqlServerTriggerCreationTask
|
class |
SqlServerViewCreateOrUpdateTask
|
class |
SqlServerViewCreationTask
|
| Uses of DbTask in it.openutils.migration.task.setup |
|---|
| Classes in it.openutils.migration.task.setup that implement DbTask | |
|---|---|
class |
BaseConditionalTask
A base conditional task that executes a task only if an expected condition is met. |
class |
BaseDbTask
|
class |
ExcelConfigurationTask
|
class |
GenericConditionalTask
A siple update task that executes a query and apply a DDL only if the query retuns a certain value (by default 0) |
class |
GenericScriptBasedConditionalTask
Deprecated. use GenericConditionalTask |
class |
ScriptBasedUnconditionalTask
|
| Uses of DbTask in it.openutils.migration.task.update |
|---|
| Subinterfaces of DbTask in it.openutils.migration.task.update | |
|---|---|
interface |
DbUpdate
|
| Classes in it.openutils.migration.task.update that implement DbTask | |
|---|---|
class |
ScriptBasedDbUpdate
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||