Searched refs:sqlite3_sql (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/public-domain/sqlite/man/
H A DMakefile171 sqlite3_sql.3 \
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h557 #define sqlite3_sql sqlite3_api->sql macro
H A Dsqlite3.h4324 ** ^The sqlite3_sql(P) interface returns a pointer to a copy of the UTF-8
4339 ** and parameter :xyz is unbound, then sqlite3_sql() will return
4351 ** ^The strings returned by sqlite3_sql(P) and sqlite3_normalized_sql(P)
4361 SQLITE_API const char *sqlite3_sql(sqlite3_stmt *pStmt);
4452 ** or EXPLAIN QUERY PLAN keywords will still appear in the sqlite3_sql(S)
H A Dshell.c3440 char *zMsg = sqlite3_mprintf("non-query: [%s]", sqlite3_sql(pStmt));
3447 z = sqlite3_sql(pStmt);
13865 const char *z = sqlite3_sql(pStmt);
21077 zStmtSql = sqlite3_sql(pStmt);
22564 zSql = sqlite3_sql(pStmt);
24037 oputf("%s\n", sqlite3_sql(pSql));
24149 oputf("%s\n", sqlite3_sql(pSql));
H A Dsqlite3.c4637 ** ^The sqlite3_sql(P) interface returns a pointer to a copy of the UTF-8
4652 ** and parameter :xyz is unbound, then sqlite3_sql() will return
4664 ** ^The strings returned by sqlite3_sql(P) and sqlite3_normalized_sql(P)
4674 SQLITE_API const char *sqlite3_sql(sqlite3_stmt *pStmt);
4765 ** or EXPLAIN QUERY PLAN keywords will still appear in the sqlite3_sql(S)
91959 SQLITE_API const char *sqlite3_sql(sqlite3_stmt *pStmt){ function
136029 #define sqlite3_sql macro
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d779 const(char)* sqlite3_sql(sqlite3_stmt *pStmt);
/netbsd-current/external/public-domain/sqlite/dist/tea/generic/
H A Dtclsqlite3.c521 if( sqlite3_sql(pStmt->pStmt)==0 ){
1423 pPreStmt->zSql = sqlite3_sql(pStmt);

Completed in 676 milliseconds