edu.wpi.cs.DSRG.xmldb.Utils
Class Cleaner

java.lang.Object
  |
  +--edu.wpi.cs.DSRG.xmldb.Utils.Cleaner

public class Cleaner
extends java.lang.Object

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
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

jdbc

JDBCClient jdbc
Constructor Detail

Cleaner

public Cleaner(JDBCClient jdbc)

Cleaner constructor- sets the member variable jdbc of type JDBCClient to argument of type JDBCClient.

Parameters:
jdbc - JDBCClient oracle connection already established
Method Detail

clean

public void clean()

Clean method- will drop all relations (not views) in the jdbc connection's account with the one exception of "UNIQUEID".