| Constructor and Description |
|---|
DatabaseStep(org.dom4j.Element step) |
| Modifier and Type | Method and Description |
|---|---|
BOManager |
getApp() |
org.springframework.jdbc.core.JdbcTemplate |
getDb() |
String |
getDescription() |
String |
getPostAction() |
String |
getPreAction() |
String |
getSchema() |
void |
init(org.springframework.jdbc.core.JdbcTemplate db,
BOManager app,
String schema) |
boolean |
isSkipable() |
void |
setPostAction(String postAction) |
void |
setPreAction(String preAction) |
void |
setup() |
public String getPostAction()
public void setPostAction(String postAction)
public String getPreAction()
public void setPreAction(String preAction)
public String getDescription()
public void init(org.springframework.jdbc.core.JdbcTemplate db,
BOManager app,
String schema)
throws Exception
public org.springframework.jdbc.core.JdbcTemplate getDb()
public BOManager getApp()
public String getSchema()
Copyright © 2015. All rights reserved.