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

/external/chromium_org/sql/
H A Dconnection.h39 // to generate a StatementID.
43 // make up your own unique name and pass it to the StatementID. This name
49 class StatementID { class in namespace:sql
53 StatementID(const char* file, int line) function in class:sql::StatementID
59 explicit StatementID(const char* unique_name) function in class:sql::StatementID
68 explicit StatementID(const std::string& dont_ever_do_this);
71 bool operator<(const StatementID& other) const;
78 #define SQL_FROM_HERE sql::StatementID(__FILE__, __LINE__)
323 bool HasCachedStatement(const StatementID& id) const;
335 // The StatementID an
[all...]

Completed in 388 milliseconds