public static class ExtendedCommand.RestoreCommand extends Object implements ExtendedCommand.SQLExtension
| コンストラクタと説明 |
|---|
ExtendedCommand.RestoreCommand(String targetDB,
String srcFile)
Constructs a RestoreCommand instance that restores the database from a given source file.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
execute(org.sqlite.DB db) |
static ExtendedCommand.RestoreCommand |
parse(String sql)
Parses SQLite database restore command and creates a RestoreCommand object.
|
public static ExtendedCommand.RestoreCommand parse(String sql) throws SQLException
sql - SQLite restore backup commandSQLExceptionpublic void execute(org.sqlite.DB db)
throws SQLException
Copyright © 2013. All Rights Reserved.