Home
last modified time | relevance | path

Searched refs:stmt_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/sql/
Dconnection.h475 bool is_valid() const { return !!stmt_; } in is_valid()
489 sqlite3_stmt* stmt() const { return stmt_; } in stmt()
506 sqlite3_stmt* stmt_; variable
Dconnection.cc180 stmt_(stmt), in StatementRef()
193 if (stmt_) { in Close()
202 sqlite3_finalize(stmt_); in Close()
203 stmt_ = NULL; in Close()