HomeSort by relevance Sort by last modified time
    Searched refs:stmt_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/sql/
connection.h 475 bool is_valid() const { return !!stmt_; }
489 sqlite3_stmt* stmt() const { return stmt_; }
506 sqlite3_stmt* stmt_; member in class:sql::Connection::StatementRef
connection.cc 180 stmt_(stmt),
193 if (stmt_) {
202 sqlite3_finalize(stmt_);
203 stmt_ = NULL;
    [all...]

Completed in 175 milliseconds