|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectit.openutils.migration.task.setup.BaseDbTask
it.openutils.migration.sqlserver.SqlServerScriptBasedUnconditionalTask
public class SqlServerScriptBasedUnconditionalTask
| Field Summary |
|---|
| Fields inherited from class it.openutils.migration.task.setup.BaseDbTask |
|---|
description |
| Constructor Summary | |
|---|---|
SqlServerScriptBasedUnconditionalTask()
|
|
| Method Summary | |
|---|---|
void |
execute(javax.sql.DataSource dataSource)
Execute this db task. |
void |
setScripts(java.util.List<org.springframework.core.io.Resource> scripts)
Sets the scripts. |
| Methods inherited from class it.openutils.migration.task.setup.BaseDbTask |
|---|
getDescription, setDescription |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface it.openutils.migration.task.setup.DbTask |
|---|
getDescription |
| Constructor Detail |
|---|
public SqlServerScriptBasedUnconditionalTask()
| Method Detail |
|---|
public void setScripts(java.util.List<org.springframework.core.io.Resource> scripts)
scripts - the scripts to setpublic void execute(javax.sql.DataSource dataSource)
execute in interface DbTaskdataSource - javax.sql.datasource
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||