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

/external/chromium_org/sql/
H A Dconnection.cc578 Statement begin(GetCachedStatement(SQL_FROM_HERE, "BEGIN TRANSACTION"));
620 Statement commit(GetCachedStatement(SQL_FROM_HERE, "COMMIT"));
696 scoped_refptr<Connection::StatementRef> Connection::GetCachedStatement( function in class:sql::Connection
1015 Statement rollback(GetCachedStatement(SQL_FROM_HERE, "ROLLBACK"));

Completed in 335 milliseconds