|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BaseDbTask | |
|---|---|
| it.openutils.migration.generic | |
| it.openutils.migration.oracle | |
| it.openutils.migration.sqlserver | |
| it.openutils.migration.task.setup | |
| Uses of BaseDbTask in it.openutils.migration.generic |
|---|
| Subclasses of BaseDbTask in it.openutils.migration.generic | |
|---|---|
class |
IfColumnIsNotIdentityConditionalTask
Tasks that check if a given column is an identity (IS_AUTOINCREMENT = YES). |
class |
JdbcColumnBasedConditionalTask
Base conditional task that operates on conditions related to a specific column. |
class |
JdbcIfColumnExistsConditionalTask
Task that executes if a given column exists. |
class |
JdbcIfColumnIsNotNullableConditionalTask
Task that executes if a given column is not nullable (IS_NULLABLE = NO). |
class |
JdbcIfForeignKeyExistsConditionalTask
Task that executes if a named foreign key eists. |
class |
JdbcIfTableExistsConditionalTask
Task that executes if a given table exists. |
class |
JdbcObjectCreationTask
|
class |
JdbcTableCreationTask
|
class |
JdbcViewCreationTask
|
| Uses of BaseDbTask in it.openutils.migration.oracle |
|---|
| Subclasses of BaseDbTask in it.openutils.migration.oracle | |
|---|---|
class |
OracleStoredProcedureCallTask
|
class |
OracleTriggerTask
|
| Uses of BaseDbTask in it.openutils.migration.sqlserver |
|---|
| Subclasses of BaseDbTask in it.openutils.migration.sqlserver | |
|---|---|
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 |
SqlServerTableCreationTask
|
class |
SqlServerTriggerCreationTask
|
class |
SqlServerViewCreateOrUpdateTask
|
class |
SqlServerViewCreationTask
|
| Uses of BaseDbTask in it.openutils.migration.task.setup |
|---|
| Subclasses of BaseDbTask in it.openutils.migration.task.setup | |
|---|---|
class |
BaseConditionalTask
A base conditional task that executes a task only if an expected condition is met. |
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
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||