Home | History | Annotate | Download | only in sql

Lines Matching refs:db_

18 MetaTable::MetaTable() : db_(NULL) {
31 DCHECK(!db_ && db);
32 db_ = db;
34 if (!db_->Execute("CREATE TABLE meta"
49 db_ = NULL;
127 DCHECK(db_ && statement);
128 statement->Assign(db_->GetCachedStatement(SQL_FROM_HERE,
131 NOTREACHED() << db_->GetErrorMessage();
139 DCHECK(db_ && statement);
140 statement->Assign(db_->GetCachedStatement(SQL_FROM_HERE,
143 NOTREACHED() << db_->GetErrorMessage();