Home
last modified time | relevance | path

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

/freebsd-src/contrib/sqlite3/
H A Dsqlite3ext.h657 #define sqlite3_normalized_sql sqlite3_api->normalized_sql macro
H A Dsqlite3.h4179 ** [sqlite3_normalized_sql()] interface. However, the
4180 ** [sqlite3_normalized_sql()] interface is now available to all
4350 ** ^The sqlite3_normalized_sql(P) interface returns a pointer to a UTF-8
4370 ** ^The strings returned by sqlite3_sql(P) and sqlite3_normalized_sql(P)
4377 ** ^The sqlite3_normalized_sql() interface is only available if
4383 SQLITE_API const char *sqlite3_normalized_sql(sqlite3_stmt *pStmt);
H A Dshell.c23823 zSql = sqlite3_normalized_sql(pStmt); in sql_trace_callback()
H A Dsqlite3.c4492 ** [sqlite3_normalized_sql()] interface. However, the
4493 ** [sqlite3_normalized_sql()] interface is now available to all
4663 ** ^The sqlite3_normalized_sql(P) interface returns a pointer to a UTF-8
4683 ** ^The strings returned by sqlite3_sql(P) and sqlite3_normalized_sql(P)
4690 ** ^The sqlite3_normalized_sql() interface is only available if
4696 SQLITE_API const char *sqlite3_normalized_sql(sqlite3_stmt *pStmt);
[all...]