Home | History | Annotate | Download | only in sql

Lines Matching refs:Connection

10 #include "sql/connection.h"
73 // deadlock, all transactions on |connection| are rolled back.
76 // original connection (except for breaking the transactions). The
80 // from the connection.
81 // TODO(shess): Allow specifying the connection point?
83 Connection* connection,
112 sql::Connection* db() { return &recover_db_; }
155 explicit Recovery(Connection* connection);
173 Connection* db_; // Original database connection.
174 Connection recover_db_; // Recovery connection.