it.openutils.migration.sqlserver
Class SqlServerSynonymCreationTask

java.lang.Object
  extended by it.openutils.migration.sqlserver.SqlServerSynonymCreationTask
All Implemented Interfaces:
DbTask

public class SqlServerSynonymCreationTask
extends java.lang.Object
implements DbTask

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

Constructor Summary
SqlServerSynonymCreationTask()
           
 
Method Summary
 void execute(javax.sql.DataSource dataSource)
          Execute this db task.
 java.lang.String getDescription()
          Returns a description for this task
 void setObjects(java.util.List<java.lang.String> objects)
          Sets the objects.
 void setSource(java.lang.String source)
          Sets the source.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SqlServerSynonymCreationTask

public SqlServerSynonymCreationTask()
Method Detail

setSource

public void setSource(java.lang.String source)
Sets the source.

Parameters:
source - the source to set

setObjects

public void setObjects(java.util.List<java.lang.String> objects)
Sets the objects.

Parameters:
objects - the objects to set

execute

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

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

getDescription

public java.lang.String getDescription()
Returns a description for this task

Specified by:
getDescription in interface DbTask
Returns:
task description


Copyright © 2008 Openmind. All Rights Reserved.