Lines Matching refs:sqlite3_sql
4656 ** ^The sqlite3_sql(P) interface returns a pointer to a copy of the UTF-8
4671 ** and parameter :xyz is unbound, then sqlite3_sql() will return
4683 ** ^The strings returned by sqlite3_sql(P) and sqlite3_normalized_sql(P)
4693 SQLITE_API const char *sqlite3_sql(sqlite3_stmt *pStmt);
4784 ** or EXPLAIN QUERY PLAN keywords will still appear in the sqlite3_sql(S)
92463 SQLITE_API const char *sqlite3_sql(sqlite3_stmt *pStmt){
92482 const char *zSql = sqlite3_sql(pStmt);
101947 ** Or if P4 is blank, use the string returned by sqlite3_sql().
136990 #define sqlite3_sql sqlite3_api->sql
137475 sqlite3_sql,
142701 zSql = sqlite3_sql((sqlite3_stmt *)p);
257557 const char *zSql = sqlite3_sql(p);