Difference between revisions of "SQLiteBackupInterface"
From Xojo Documentation
(Created page with '<ShowIf version=2013r1> {{InterfaceBox | name=SQLiteBackupInterface | platform=all }} {{Description |text = Used to get progress and status of SQLiteDatabase backups. }} <d…') |
|||
Line 25: | Line 25: | ||
− | [[Category:Database]] | + | [[Category:Database]][[Category:Database_Data_Sources]] |
</ShowIf> | </ShowIf> |
Revision as of 17:31, 14 February 2013
Interface
Used to get progress and status of SQLiteDatabase backups.
Methods | |||
|
Notes
This interface is used when you want to track the progress of an asynchronous backup of a SQLiteDatabase using SQLiteDatabase.Backup.
You create a class that implements this interface and then add code to the methods. The methods are called as the backup progresses.