it.openutils.migration.sqlserver
Class SqlServerViewCreateOrUpdateTask

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.SqlServerViewCreateOrUpdateTask
All Implemented Interfaces:
DbTask

public class SqlServerViewCreateOrUpdateTask
extends GenericConditionalTask

Version:
$Id: SqlServerViewCreateOrUpdateTask.java 391 2007-07-10 17:25:42Z 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
SqlServerViewCreateOrUpdateTask()
           
 
Method Summary
 void execute(javax.sql.DataSource dataSource)
          Execute this db task.
 
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
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

SqlServerViewCreateOrUpdateTask

public SqlServerViewCreateOrUpdateTask()
Method Detail

execute

public void execute(javax.sql.DataSource dataSource)
Execute this db task.

Specified by:
execute in interface DbTask
Overrides:
execute in class BaseConditionalTask
Parameters:
dataSource - javax.sql.datasource


Copyright © 2008 Openmind. All Rights Reserved.