Searched refs:sqlite3_expanded_sql (Results 1 – 4 of 4) sorted by relevance
626 #define sqlite3_expanded_sql sqlite3_api->expanded_sql macro
3373 ** [sqlite3_expanded_sql(P)] otherwise.4347 ** ^The sqlite3_expanded_sql(P) interface returns a pointer to a UTF-84359 ** the original string, "SELECT $abc,:xyz" but sqlite3_expanded_sql()4362 ** ^The sqlite3_expanded_sql() interface returns NULL if insufficient memory4368 ** 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);
23818 zSql = sqlite3_expanded_sql(pStmt); in sql_trace_callback()
3686 ** [sqlite3_expanded_sql(P)] otherwise.4660 ** ^The sqlite3_expanded_sql(P) interface returns a pointer to a UTF-84672 ** the original string, "SELECT $abc,:xyz" but sqlite3_expanded_sql()4675 ** ^The sqlite3_expanded_sql() interface returns NULL if insufficient memory4681 ** 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...]