menu
dsqlite package
documentation
sqlite_native.dart
SQLiteLibrary
backup_step method
backup_step method
dark_mode
light_mode
backup_step
method
int
backup_step
(
PtrBackup
p
,
int
nPage
)
inherited
Implementation
int backup_step(PtrBackup p, int nPage) { return _h_sqlite3_backup_step(p, nPage); }
dsqlite package
documentation
sqlite_native
SQLiteLibrary
backup_step method
SQLiteLibrary class