Package org.h2.samples
Class Compact
java.lang.Object
org.h2.samples.Compact
This sample application shows how to compact the database files.
This is done by creating a SQL script, and then re-creating the database
using this script.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Compact
public Compact()
-
-
Method Details
-
main
This method is called when executing this sample application from the command line.- Parameters:
args- the command line parameters- Throws:
Exception- on failure
-
compact
public static void compact(String dir, String dbName, String user, String password) throws SQLException Utility method to compact a database.- Parameters:
dir- the directorydbName- the database nameuser- the user namepassword- the password- Throws:
SQLException- on failure
-