Uses of Class
it.openutils.migration.task.setup.BaseConditionalTask

Packages that use BaseConditionalTask
it.openutils.migration.generic   
it.openutils.migration.sqlserver   
it.openutils.migration.task.setup   
 

Uses of BaseConditionalTask in it.openutils.migration.generic
 

Subclasses of BaseConditionalTask in it.openutils.migration.generic
 class JdbcIfColumnExistsConditionalTask
           
 class JdbcObjectCreationTask
           
 class JdbcTableCreationTask
           
 class JdbcViewCreationTask
           
 

Uses of BaseConditionalTask in it.openutils.migration.sqlserver
 

Subclasses of BaseConditionalTask 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 SqlServerTableCreationTask
           
 class SqlServerTriggerCreationTask
           
 class SqlServerViewCreateOrUpdateTask
           
 class SqlServerViewCreationTask
           
 

Uses of BaseConditionalTask in it.openutils.migration.task.setup
 

Subclasses of BaseConditionalTask in it.openutils.migration.task.setup
 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
 



Copyright © 2008 Openmind. All Rights Reserved.