DeleteDbFilesDelete the database files. The database must be closed before calling this tool.
static void execute(String dir, String db, boolean quiet) throws SQLExceptionDeletes the database files.Parameters:
dir - the directory
db - the database name (null for all databases)
quiet - don't print progress information
Throws:
SQLException
static void main(String[] args) throws SQLExceptionThe command line interface for this tool. The options must be split into strings like this: "-db", "test",... Options are case sensitive. The following options are supported:
Parameters:
args - the command line arguments
Throws:
SQLException
void run(String[] args) throws SQLException |