|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mckoi.database.procedure.SystemBackup
public class SystemBackup
A stored procedure that backs up the entire database to the given directory in the file system. Requires one parameter, the locate to back up the database to.
Constructor Summary | |
---|---|
SystemBackup()
|
Method Summary | |
---|---|
static java.lang.String |
invoke(ProcedureConnection db_connection,
java.lang.String path)
The stored procedure invokation method. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SystemBackup()
Method Detail |
---|
public static java.lang.String invoke(ProcedureConnection db_connection, java.lang.String path)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |