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

/external/chromium/app/sql/
H A Dconnection.cc157 Statement begin(GetCachedStatement(SQL_FROM_HERE, "BEGIN TRANSACTION"));
199 Statement commit(GetCachedStatement(SQL_FROM_HERE, "COMMIT"));
224 scoped_refptr<Connection::StatementRef> Connection::GetCachedStatement( function in class:sql::Connection
386 Statement rollback(GetCachedStatement(SQL_FROM_HERE, "ROLLBACK"));

Completed in 32 milliseconds