public class ExtendedCommand extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ExtendedCommand.BackupCommand |
static class |
ExtendedCommand.RestoreCommand |
static interface |
ExtendedCommand.SQLExtension |
| Constructor and Description |
|---|
ExtendedCommand() |
| Modifier and Type | Method and Description |
|---|---|
static ExtendedCommand.SQLExtension |
parse(String sql)
Parses extended commands of "backup" or "restore" for SQLite database.
|
static String |
removeQuotation(String s)
Remove the quotation mark from string.
|
public static ExtendedCommand.SQLExtension parse(String sql) throws SQLException
sql - One of the extended commands:SQLExceptionCopyright © 2015. All rights reserved.