backup_step method

int backup_step(
  1. PtrBackup p,
  2. int nPage
)
inherited

Implementation

int backup_step(PtrBackup p, int nPage) {
  return _h_sqlite3_backup_step(p, nPage);
}