MBS Xojo Developer Conference and Training
Join us from 11th to 14th September 2013 in Koblenz.
Join us from 11th to 14th September 2013 in Koblenz.
Platforms to show: All Mac Windows Linux Cross-Platform
SQLite3BackupMBS class
class, SQL,
MBS Real Studio SQL Plugin
(SQL),
class SQLite3BackupMBS,
Plugin version: 12.4, Mac: Yes, Win: Yes, Linux: Yes, Console & Web: Yes, Feedback.
Function: The object for a running backup.
Notes: The backup object records state information about an ongoing online backup operation. The sqlite3_backup object is created by a call to BackupInit() and is destroyed by a call to BackupFinish().
Plugin version: 12.4, Mac: Yes, Win: Yes, Linux: Yes, Console & Web: Yes, Feedback.
Function: The object for a running backup.
Notes: The backup object records state information about an ongoing online backup operation. The sqlite3_backup object is created by a call to BackupInit() and is destroyed by a call to BackupFinish().
- property Handle as Integer
- method Constructor
This class has no sub classes.
Some methods using this class:
- SQLite3MBS.BackupFinish(Backup as SQLite3BackupMBS) as integer
- SQLite3MBS.BackupInit(Dest as SQLConnectionMBS, DestName as String, Source as SQLConnectionMBS, SourceName as String) as SQLite3BackupMBS
- SQLite3MBS.BackupPageCount(Backup as SQLite3BackupMBS) as integer
- SQLite3MBS.BackupRemaining(Backup as SQLite3BackupMBS) as integer
- SQLite3MBS.BackupStep(Backup as SQLite3BackupMBS, Pages as Integer) as integer
Some examples which use this class:
The items on this page are in the following plugins: MBS Real Studio SQL Plugin.
Links
MBS Realbasic Plugins