|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--com.opencms.boot.CmsSetupDb
| Constructor Summary | |
CmsSetupDb(String basePath)
|
|
| Method Summary | |
void |
clearErrors()
|
void |
closeConnection()
|
void |
createDatabase(String resourceBroker,
Hashtable replacer)
|
void |
createTables(String resourceBroker)
|
void |
dropDatabase(String resourceBroker,
Hashtable replacer)
|
void |
dropTables(String resourceBroker)
|
protected void |
finalize()
|
Vector |
getErrors()
|
boolean |
noErrors()
|
void |
setConnection(String DbDriver,
String DbConStr,
String DbUser,
String DbPwd)
|
| Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public CmsSetupDb(String basePath)
| Method Detail |
public void setConnection(String DbDriver,
String DbConStr,
String DbUser,
String DbPwd)
public void closeConnection()
public void dropDatabase(String resourceBroker,
Hashtable replacer)
public void createDatabase(String resourceBroker,
Hashtable replacer)
public void createTables(String resourceBroker)
public void dropTables(String resourceBroker)
public Vector getErrors()
public void clearErrors()
public boolean noErrors()
protected void finalize()
finalize in class Object
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||