Lines Matching full:raze
73 // Helper to wrap the sqlite3_backup_*() step of Raze(). Return
352 bool Connection::Raze() {
356 DLOG_IF(FATAL, !poisoned_) << "Cannot raze null db";
361 DLOG(FATAL) << "Cannot raze within a transaction";
452 DLOG(FATAL) << "Failed retrying Raze().";
468 DLOG_IF(FATAL, !poisoned_) << "Cannot raze null db";
474 return Raze();
479 DLOG_IF(FATAL, !poisoned_) << "Cannot raze null db";
483 // Raze() cannot run in a transaction.
486 bool result = Raze();