Searched refs:sqlite3_sql (Results 1 – 5 of 5) sorted by relevance
557 #define sqlite3_sql sqlite3_api->sql macro
4343 ** ^The sqlite3_sql(P) interface returns a pointer to a copy of the UTF-84358 ** and parameter :xyz is unbound, then sqlite3_sql() will return4370 ** ^The strings returned by sqlite3_sql(P) and sqlite3_normalized_sql(P)4380 SQLITE_API const char *sqlite3_sql(sqlite3_stmt *pStmt);4471 ** or EXPLAIN QUERY PLAN keywords will still appear in the sqlite3_sql(S)
3454 char *zMsg = sqlite3_mprintf("non-query: [%s]", sqlite3_sql(pStmt)); in sha3QueryFunc() 3461 z = sqlite3_sql(pStmt); in sha3QueryFunc() 13948 const char *z = sqlite3_sql(pStmt); in sqlite3_expert_sql() 22340 zStmtSql = sqlite3_sql(pStmt); in shell_exec() 23828 zSql = sqlite3_sql(pStmt); in sql_trace_callback() 25301 oputf("%s\n", sqlite3_sql(pSql)); in arListCommand() 25413 oputf("%s\n", sqlite3_sql(pSql)); in arExtractCommand()
4656 ** ^The sqlite3_sql(P) interface returns a pointer to a copy of the UTF-84671 ** and parameter :xyz is unbound, then sqlite3_sql() will return4683 ** ^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)[all...]
521 if( sqlite3_sql(pStmt->pStmt)==0 ){ in dbFreeStmt()1423 pPreStmt->zSql = sqlite3_sql(pStmt); in dbPrepareAndBind()