Home | History | Annotate | Download | only in sql

Lines Matching defs:Raze

73 // Helper to wrap the sqlite3_backup_*() step of Raze().  Return
381 bool Connection::Raze() {
385 DLOG_IF(FATAL, !poisoned_) << "Cannot raze null db";
390 DLOG(FATAL) << "Cannot raze within a transaction";
478 DLOG(FATAL) << "Failed retrying Raze().";
494 DLOG_IF(FATAL, !poisoned_) << "Cannot raze null db";
500 return Raze();
505 DLOG_IF(FATAL, !poisoned_) << "Cannot raze null db";
509 // Raze() cannot run in a transaction.
512 bool result = Raze();