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.

Methods
static void compact(String dir, String dbName, String user, String password)
Utility method to compact a database.
static void compact(String dir, String dbName, String user, String password) throws SQLException
Utility method to compact a database.
Parameters:
dir - the directory
dbName - the database name
user - the user name
password - the password
static void main(String... args)
This method is called when executing this sample application from the command line.
static void main(String... args) throws Exception
This method is called when executing this sample application from the command line.
Parameters:
args - the command line parameters