HomeSort by: relevance | last modified time | path
    Searched refs:sqlite3_sql (Results 1 - 6 of 6) sorted by relevancy

  /src/external/public-domain/sqlite/man/
Makefile 178 sqlite3_sql.3 \
  /src/external/public-domain/sqlite/dist/
sqlite3ext.h 567 #define sqlite3_sql sqlite3_api->sql macro
sqlite3.h 4642 ** ^The sqlite3_sql(P) interface returns a pointer to a copy of the UTF-8
4657 ** and parameter :xyz is unbound, then sqlite3_sql() will return
4669 ** ^The strings returned by sqlite3_sql(P) and sqlite3_normalized_sql(P)
4679 SQLITE_API const char *sqlite3_sql(sqlite3_stmt *pStmt);
4770 ** or EXPLAIN QUERY PLAN keywords will still appear in the sqlite3_sql(S)
shell.c 5119 char *zMsg = sqlite3_mprintf("non-query: [%s]", sqlite3_sql(pStmt));
5126 z = sqlite3_sql(pStmt);
5545 char *zMsg = sqlite3_mprintf("non-query: [%s]", sqlite3_sql(pStmt));
5552 z = sqlite3_sql(pStmt);
16843 const char *z = sqlite3_sql(pStmt);
26566 zStmtSql = sqlite3_sql(pStmt);
28379 zSql = sqlite3_sql(pStmt);
30074 cli_printf(pAr->out, "%s\n", sqlite3_sql(pSql));
30193 cli_printf(pAr->out, "%s\n", sqlite3_sql(pSql));
    [all...]
sqlite3.c 4963 ** ^The sqlite3_sql(P) interface returns a pointer to a copy of the UTF-8
4978 ** and parameter :xyz is unbound, then sqlite3_sql() will return
4990 ** ^The strings returned by sqlite3_sql(P) and sqlite3_normalized_sql(P)
5000 SQLITE_API const char *sqlite3_sql(sqlite3_stmt *pStmt);
5091 ** or EXPLAIN QUERY PLAN keywords will still appear in the sqlite3_sql(S)
95666 SQLITE_API const char *sqlite3_sql(sqlite3_stmt *pStmt){ function
142787 #define sqlite3_sql macro
    [all...]
  /src/external/public-domain/sqlite/dist/tea/generic/
tclsqlite3.c 578 if( sqlite3_sql(pStmt->pStmt)==0 ){
1480 pPreStmt->zSql = sqlite3_sql(pStmt);

Completed in 164 milliseconds