HomeSort by: relevance | last modified time | path
    Searched defs:sqlite3_sql (Results 1 - 2 of 2) sorted by relevancy

  /src/external/public-domain/sqlite/dist/
sqlite3ext.h 567 #define sqlite3_sql sqlite3_api->sql macro
sqlite3.c 4963 ** ^The sqlite3_sql(P) interface returns a pointer to a copy of the UTF-8
4978 ** and parameter :xyz is unbound, then sqlite3_sql() will return
4990 ** ^The strings returned by sqlite3_sql(P) and sqlite3_normalized_sql(P)
5000 SQLITE_API const char *sqlite3_sql(sqlite3_stmt *pStmt);
5091 ** or EXPLAIN QUERY PLAN keywords will still appear in the sqlite3_sql(S)
95666 SQLITE_API const char *sqlite3_sql(sqlite3_stmt *pStmt){ function
142787 #define sqlite3_sql macro
    [all...]

Completed in 87 milliseconds