Package com.mckoi.database.procedure
Class SystemBackup
java.lang.Object
com.mckoi.database.procedure.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.
- Author:
- Tobias Downer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
invoke
(ProcedureConnection db_connection, String path) The stored procedure invokation method.
-
Constructor Details
-
SystemBackup
public SystemBackup()
-
-
Method Details
-
invoke
The stored procedure invokation method.
-