Home
last modified time | relevance | path

Searched refs:sqlite3_sql (Results 1 – 5 of 5) sorted by relevance

/freebsd-src/contrib/sqlite3/
H A Dsqlite3ext.h557 #define sqlite3_sql sqlite3_api->sql macro
H A Dsqlite3.h4343 ** ^The sqlite3_sql(P) interface returns a pointer to a copy of the UTF-8
4358 ** and parameter :xyz is unbound, then sqlite3_sql() will return
4370 ** ^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)
H A Dshell.c3454 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()
H A Dsqlite3.c4656 ** ^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)
[all...]
/freebsd-src/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c521 if( sqlite3_sql(pStmt->pStmt)==0 ){ in dbFreeStmt()
1423 pPreStmt->zSql = sqlite3_sql(pStmt); in dbPrepareAndBind()