HomeSort by relevance Sort by last modified time
    Searched defs:StatementID (Results 1 - 2 of 2) sorted by null

  /external/chromium/app/sql/
connection.h 30 // to generate a StatementID.
34 // make up your own unique name and pass it to the StatementID. This name
40 class StatementID {
44 StatementID(const char* file, int line)
50 explicit StatementID(const char* unique_name)
59 explicit StatementID(const std::string& dont_ever_do_this);
62 bool operator<(const StatementID& other) const;
69 #define SQL_FROM_HERE sql::StatementID(__FILE__, __LINE__)
212 bool HasCachedStatement(const StatementID& id) const;
222 // The StatementID and the SQL must always correspond to one-another. Th
    [all...]
  /external/chromium_org/sql/
connection.h 39 // to generate a StatementID.
43 // make up your own unique name and pass it to the StatementID. This name
49 class StatementID {
53 StatementID(const char* file, int line)
59 explicit StatementID(const char* unique_name)
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__)
320 bool HasCachedStatement(const StatementID& id) const;
332 // The StatementID and the SQL must always correspond to one-another. Th
    [all...]

Completed in 540 milliseconds