it.openutils.migration.sqlserver
Class SqlServerGenericAlterTask

java.lang.Object
  extended by it.openutils.migration.task.setup.BaseDbTask
      extended by it.openutils.migration.task.setup.BaseConditionalTask
          extended by it.openutils.migration.task.setup.GenericConditionalTask
              extended by it.openutils.migration.sqlserver.SqlServerGenericAlterTask
All Implemented Interfaces:
DbTask

Deprecated.

@Deprecated
public class SqlServerGenericAlterTask
extends GenericConditionalTask

This class is used for any alter task needed. The triggerValue is the value (only numeric) of result query that activates the alter script. Default is zero. The alter query can be an external script or embedded in the xml.

Version:
$Id:SqlServerGenericAlterTask.java 3143 2007-09-24 19:50:49Z fgiust $
Author:
Danilo Ghirardelli

Field Summary
 
Fields inherited from class it.openutils.migration.task.setup.GenericConditionalTask
check, triggerValue
 
Fields inherited from class it.openutils.migration.task.setup.BaseConditionalTask
ddl, log, not, scripts, variables
 
Fields inherited from class it.openutils.migration.task.setup.BaseDbTask
description
 
Constructor Summary
SqlServerGenericAlterTask()
          Deprecated. Constructor.
 
Method Summary
 
Methods inherited from class it.openutils.migration.task.setup.GenericConditionalTask
check, getCheck, getDescription, setCheck, setSourceDb, setTriggerValue
 
Methods inherited from class it.openutils.migration.task.setup.BaseConditionalTask
execute, objectNameFromFileName, performSubstitution, setDdl, setDdlScript, setNot, setScripts
 
Methods inherited from class it.openutils.migration.task.setup.BaseDbTask
setDescription
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SqlServerGenericAlterTask

public SqlServerGenericAlterTask()
Deprecated. 
Constructor.



Copyright © 2008 Openmind. All Rights Reserved.