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

/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h626 #define sqlite3_expanded_sql sqlite3_api->expanded_sql macro
H A Dsqlite3.h3354 ** [sqlite3_expanded_sql(P)] otherwise.
4328 ** ^The sqlite3_expanded_sql(P) interface returns a pointer to a UTF-8
4340 ** the original string, "SELECT $abc,:xyz" but sqlite3_expanded_sql()
4343 ** ^The sqlite3_expanded_sql() interface returns NULL if insufficient memory
4349 ** option causes sqlite3_expanded_sql() to always return NULL.
4354 ** ^The string returned by sqlite3_expanded_sql(P), on the other hand,
4362 SQLITE_API char *sqlite3_expanded_sql(sqlite3_stmt *pStmt);
H A Dshell.c22554 zSql = sqlite3_expanded_sql(pStmt);
H A Dsqlite3.c3667 ** [sqlite3_expanded_sql(P)] otherwise.
4641 ** ^The sqlite3_expanded_sql(P) interface returns a pointer to a UTF-8
4653 ** the original string, "SELECT $abc,:xyz" but sqlite3_expanded_sql()
4656 ** ^The sqlite3_expanded_sql() interface returns NULL if insufficient memory
4662 ** option causes sqlite3_expanded_sql() to always return NULL.
4667 ** ^The string returned by sqlite3_expanded_sql(P), on the other hand,
4675 SQLITE_API char *sqlite3_expanded_sql(sqlite3_stmt *pStmt);
91973 SQLITE_API char *sqlite3_expanded_sql(sqlite3_stmt *pStmt){ function
136098 #define sqlite3_expanded_sql macro
[all...]

Completed in 715 milliseconds