OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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__)
341
// You will normally use the
SQL_FROM_HERE
macro to generate a statement
347
//
SQL_FROM_HERE
, "SELECT * FROM foo"));
Completed in 278 milliseconds