|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--edu.wpi.cs.DSRG.xmldb.Utils.Cleaner
Cleaner class needs a JDBCClient connection, from then it will drop all relations with the one exception of "UNIQUEID"
Field Summary | |
(package private) JDBCClient |
jdbc
|
Constructor Summary | |
Cleaner(JDBCClient jdbc)
Cleaner constructor- sets the member variable jdbc of type JDBCClient to argument of type JDBCClient. |
Method Summary | |
void |
clean()
Clean method- will drop all relations (not views) in the jdbc connection's account with the one exception of "UNIQUEID". |
Methods inherited from class java.lang.Object |
|
Field Detail |
JDBCClient jdbc
Constructor Detail |
public Cleaner(JDBCClient jdbc)
Cleaner constructor- sets the member variable jdbc of type JDBCClient to argument of type JDBCClient.
jdbc
- JDBCClient oracle connection already establishedMethod Detail |
public void clean()
Clean method- will drop all relations (not views) in the jdbc connection's account with the one exception of "UNIQUEID".
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |