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

  /external/chromium/app/sql/
connection.h 29 // a statement that is only used in one place. Use the SQL_FROM_HERE macro
43 // Normally you will use SQL_FROM_HERE instead of calling yourself.
69 #define SQL_FROM_HERE sql::StatementID(__FILE__, __LINE__)
226 // You will normally use the SQL_FROM_HERE macro to generate a statement
232 // SQL_FROM_HERE, "SELECT * FROM foo"));
  /external/chromium_org/sql/
connection.h 38 // a statement that is only used in one place. Use the SQL_FROM_HERE macro
52 // Normally you will use SQL_FROM_HERE instead of calling yourself.
78 #define SQL_FROM_HERE sql::StatementID(__FILE__, __LINE__)
336 // You will normally use the SQL_FROM_HERE macro to generate a statement
342 // SQL_FROM_HERE, "SELECT * FROM foo"));

Completed in 269 milliseconds