Searched refs:sqlite3_normalized_sql (Results 1 – 7 of 7) sorted by relevance
88 sqlite3_normalized_sql $STMT101 sqlite3_normalized_sql $STMT112 sqlite3_normalized_sql $STMT384 sqlite3_normalized_sql $STMT
458 sqlite3_normalized_sql,
650 #define sqlite3_normalized_sql sqlite3_api->normalized_sql macro
1892 const char *sqlite3_normalized_sql(sqlite3_stmt *pStmt){ in sqlite3_normalized_sql() function
4072 ** [sqlite3_normalized_sql()] interface. However, the4073 ** [sqlite3_normalized_sql()] interface is now available to all4243 ** ^The sqlite3_normalized_sql(P) interface returns a pointer to a UTF-84263 ** ^The strings returned by sqlite3_sql(P) and sqlite3_normalized_sql(P)4270 ** ^The sqlite3_normalized_sql() interface is only available if4276 const char *sqlite3_normalized_sql(sqlite3_stmt *pStmt);
5158 Tcl_SetResult(interp, (char *)sqlite3_normalized_sql(pStmt), TCL_VOLATILE); in test_norm_sql()
5429 zSql = sqlite3_normalized_sql(pStmt);