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

/external/chromium_org/sql/
H A Dconnection.h38 // 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__) macro
339 // You will normally use the SQL_FROM_HERE macro to generate a statement
345 // SQL_FROM_HERE, "SELECT * FROM foo"));

Completed in 1640 milliseconds