public class ExtendedCommand
extends java.lang.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(java.lang.String sql)
Parses extended commands of "backup" or "restore" for SQLite database.
|
static java.lang.String |
removeQuotation(java.lang.String s)
Remove the quotation mark from string.
|
public static ExtendedCommand.SQLExtension parse(java.lang.String sql) throws java.sql.SQLException
sql
- One of the extended commands:java.sql.SQLException
public static java.lang.String removeQuotation(java.lang.String s)
s
- String with quotation mark.