Searched defs:GetUniqueStatement (Results 1 - 1 of 1) sorted by relevance

/external/chromium/app/sql/
H A Dconnection.cc133 Statement dummy(GetUniqueStatement("SELECT * FROM meta"));
238 scoped_refptr<StatementRef> statement = GetUniqueStatement(sql);
244 scoped_refptr<Connection::StatementRef> Connection::GetUniqueStatement( function in class:sql::Connection
260 // GetUniqueStatement can't be const since statements may modify the
262 Statement statement(const_cast<Connection*>(this)->GetUniqueStatement(
278 Statement statement(const_cast<Connection*>(this)->GetUniqueStatement(

Completed in 175 milliseconds