Home | History | Annotate | Download | only in sql

Lines Matching refs:Connection

10 #include "sql/connection.h"
46 // deadlock, all transactions on |connection| are rolled back.
49 // original connection (except for breaking the transactions). The
53 // from the connection.
54 // TODO(shess): Allow specifying the connection point?
56 Connection* connection,
77 sql::Connection* db() { return &recover_db_; }
80 explicit Recovery(Connection* connection);
98 Connection* db_; // Original database connection.
99 Connection recover_db_; // Recovery connection.