| Package | Description |
|---|---|
| jsqlite |
| Modifier and Type | Method and Description |
|---|---|
Backup |
Database.backup(Database dest,
String destName,
String srcName)
Initiate a database backup, SQLite 3.x only.
|
| Constructor and Description |
|---|
SQLDump(PrintStream ps,
Database db) |
SQLDump(PrintWriter pw,
Database db) |
SQLRestore(InputStream is,
Database db) |
Copyright © 2014. All rights reserved.