Searched refs:sqlite3_normalized_sql (Results 1 – 4 of 4) sorted by relevance
657 #define sqlite3_normalized_sql sqlite3_api->normalized_sql macro
4179 ** [sqlite3_normalized_sql()] interface. However, the4180 ** [sqlite3_normalized_sql()] interface is now available to all4350 ** ^The sqlite3_normalized_sql(P) interface returns a pointer to a UTF-84370 ** ^The strings returned by sqlite3_sql(P) and sqlite3_normalized_sql(P)4377 ** ^The sqlite3_normalized_sql() interface is only available if4383 SQLITE_API const char *sqlite3_normalized_sql(sqlite3_stmt *pStmt);
23823 zSql = sqlite3_normalized_sql(pStmt); in sql_trace_callback()
4492 ** [sqlite3_normalized_sql()] interface. However, the4493 ** [sqlite3_normalized_sql()] interface is now available to all4663 ** ^The sqlite3_normalized_sql(P) interface returns a pointer to a UTF-84683 ** ^The strings returned by sqlite3_sql(P) and sqlite3_normalized_sql(P)4690 ** ^The sqlite3_normalized_sql() interface is only available if4696 SQLITE_API const char *sqlite3_normalized_sql(sqlite3_stmt *pStmt);[all...]