|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.webdocwf.util.loader.test.DatabaseOperation
org.webdocwf.util.loader.test.DropDatabaseOperation
Deletes entire database using sql command (DROP DATABASE) or specified loader job.
Field Summary |
Fields inherited from class org.webdocwf.util.loader.test.DatabaseOperation |
CREATE, DO_NOTHING, DROP, LOADER, NONE |
Constructor Summary | |
DropDatabaseOperation(java.lang.String name)
|
Method Summary | |
void |
execute(java.sql.Connection conn)
Executes this operation on the specified database using the specified connection to the database. |
java.lang.String |
getDatabaseOperationType()
Returns type of database operation |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DropDatabaseOperation(java.lang.String name)
Method Detail |
public void execute(java.sql.Connection conn) throws java.sql.SQLException
execute
in class DatabaseOperation
conn
- the database connection.
java.sql.SQLException
public java.lang.String getDatabaseOperationType()
getDatabaseOperationType
in class DatabaseOperation
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |