Home
last modified time | relevance | path

Searched refs:sqlite3_expanded_sql (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/contrib/sqlite3/
H A Dsqlite3ext.h626 #define sqlite3_expanded_sql sqlite3_api->expanded_sql macro
H A Dsqlite3.h3373 ** [sqlite3_expanded_sql(P)] otherwise.
4347 ** ^The sqlite3_expanded_sql(P) interface returns a pointer to a UTF-8
4359 ** the original string, "SELECT $abc,:xyz" but sqlite3_expanded_sql()
4362 ** ^The sqlite3_expanded_sql() interface returns NULL if insufficient memory
4368 ** option causes sqlite3_expanded_sql() to always return NULL.
4373 ** ^The string returned by sqlite3_expanded_sql(P), on the other hand,
4381 SQLITE_API char *sqlite3_expanded_sql(sqlite3_stmt *pStmt);
H A Dshell.c23818 zSql = sqlite3_expanded_sql(pStmt); in sql_trace_callback()
H A Dsqlite3.c3686 ** [sqlite3_expanded_sql(P)] otherwise.
4660 ** ^The sqlite3_expanded_sql(P) interface returns a pointer to a UTF-8
4672 ** the original string, "SELECT $abc,:xyz" but sqlite3_expanded_sql()
4675 ** ^The sqlite3_expanded_sql() interface returns NULL if insufficient memory
4681 ** option causes sqlite3_expanded_sql() to always return NULL.
4686 ** ^The string returned by sqlite3_expanded_sql(P), on the other hand,
4694 SQLITE_API char *sqlite3_expanded_sql(sqlite3_stmt *pStmt);
[all...]