public class Backup extends Object
Modifier and Type | Field and Description |
---|---|
protected long |
handle
Internal handle for the native SQLite API.
|
Constructor and Description |
---|
Backup() |
Modifier and Type | Method and Description |
---|---|
protected void |
_finalize() |
void |
backup()
Perform the backup in one step.
|
protected void |
finalize()
Destructor for object.
|
protected void |
finish()
Finish a backup.
|
int |
pagecount()
Return the total number of pages in the backup source database.
|
int |
remaining()
Return number of remaining pages to be backed up.
|
boolean |
step(int n)
Perform a backup step.
|
Copyright © 2014. All rights reserved.