public class DeleteDbFiles extends Tool
| 构造器和说明 |
|---|
DeleteDbFiles() |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
execute(String dir,
String db,
boolean quiet)
Deletes the database files.
|
static void |
main(String... args)
Options are case sensitive.
|
void |
runTool(String... args)
Run the tool with the given output stream and arguments.
|
isOption, printNoDatabaseFilesFound, setOut, showUsage, showUsageAndThrowUnsupportedOption, throwUnsupportedOptionpublic static void main(String... args) throws SQLException
| [-help] or [-?] | Print the list of options |
| [-dir <dir>] | The directory (default: .) |
| [-db <database>] | The database name |
| [-quiet] | Do not print progress information |
args - the command line argumentsSQLException - on failurepublic void runTool(String... args) throws SQLException
ToolrunTool 在类中 Toolargs - the argument listSQLException - on failureCopyright © 2022. All rights reserved.