|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectit.openutils.migration.oracle.OracleViewCreateOrUpdateTask
public class OracleViewCreateOrUpdateTask
Db tasks that handles the initial setup of views.
Limitations:
| Constructor Summary | |
|---|---|
OracleViewCreateOrUpdateTask()
|
|
| Method Summary | |
|---|---|
void |
execute(javax.sql.DataSource dataSource)
Execute this db task. |
java.lang.String |
getDescription()
Returns a description for this task |
protected java.lang.String |
objectNameFromFileName(org.springframework.core.io.Resource script)
|
void |
setDropView(java.lang.String dropView)
|
void |
setScripts(java.util.List<org.springframework.core.io.Resource> scripts)
|
void |
setSelectUserViewDDL(java.lang.String selectUserViewDDL)
|
void |
setSelectUserViewExistence(java.lang.String selectUserViewExistence)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OracleViewCreateOrUpdateTask()
| Method Detail |
|---|
public java.lang.String getDescription()
DbTask
getDescription in interface DbTaskpublic void setScripts(java.util.List<org.springframework.core.io.Resource> scripts)
public void setSelectUserViewExistence(java.lang.String selectUserViewExistence)
public void setSelectUserViewDDL(java.lang.String selectUserViewDDL)
public void setDropView(java.lang.String dropView)
public void execute(javax.sql.DataSource dataSource)
execute in interface DbTaskdataSource - javax.sql.datasourceprotected java.lang.String objectNameFromFileName(org.springframework.core.io.Resource script)
script - The script resource
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||