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

/external/sqlite/dist/orig/
H A Dsqlite3ext.h475 #define sqlite3_sql sqlite3_api->sql macro
H A Dsqlite3.c3859 ** ^The sqlite3_sql(P) interface returns a pointer to a copy of the UTF-8
3868 ** and parameter :xyz is unbound, then sqlite3_sql() will return
3880 ** ^The string returned by sqlite3_sql(P) is managed by SQLite and is
3886 SQLITE_API const char *sqlite3_sql(sqlite3_stmt *pStmt);
77615 SQLITE_API const char *sqlite3_sql(sqlite3_stmt *pStmt){ function
111477 #define sqlite3_sql macro
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h475 #define sqlite3_sql sqlite3_api->sql macro
H A Dsqlite3.c3859 ** ^The sqlite3_sql(P) interface returns a pointer to a copy of the UTF-8
3868 ** and parameter :xyz is unbound, then sqlite3_sql() will return
3880 ** ^The string returned by sqlite3_sql(P) is managed by SQLite and is
3886 SQLITE_API const char *sqlite3_sql(sqlite3_stmt *pStmt);
77615 SQLITE_API const char *sqlite3_sql(sqlite3_stmt *pStmt){ function
111477 #define sqlite3_sql macro
[all...]

Completed in 575 milliseconds