Home
last modified time | relevance | path

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

/sqlite-3.40.0/test/
H A Dnormalize.test88 sqlite3_normalized_sql $STMT
101 sqlite3_normalized_sql $STMT
112 sqlite3_normalized_sql $STMT
384 sqlite3_normalized_sql $STMT
/sqlite-3.40.0/src/
H A Dloadext.c458 sqlite3_normalized_sql,
H A Dsqlite3ext.h650 #define sqlite3_normalized_sql sqlite3_api->normalized_sql macro
H A Dvdbeapi.c1892 const char *sqlite3_normalized_sql(sqlite3_stmt *pStmt){ in sqlite3_normalized_sql() function
H A Dsqlite.h.in4072 ** [sqlite3_normalized_sql()] interface. However, the
4073 ** [sqlite3_normalized_sql()] interface is now available to all
4243 ** ^The sqlite3_normalized_sql(P) interface returns a pointer to a UTF-8
4263 ** ^The strings returned by sqlite3_sql(P) and sqlite3_normalized_sql(P)
4270 ** ^The sqlite3_normalized_sql() interface is only available if
4276 const char *sqlite3_normalized_sql(sqlite3_stmt *pStmt);
H A Dtest1.c5158 Tcl_SetResult(interp, (char *)sqlite3_normalized_sql(pStmt), TCL_VOLATILE); in test_norm_sql()
H A Dshell.c.in5429 zSql = sqlite3_normalized_sql(pStmt);