HomeSort by: relevance | last modified time | path
    Searched defs:sqlite3_normalized_sql (Results 1 - 2 of 2) sorted by relevancy

  /src/external/public-domain/sqlite/dist/
sqlite3ext.h 667 #define sqlite3_normalized_sql sqlite3_api->normalized_sql macro
sqlite3.c 4766 ** [sqlite3_normalized_sql()] interface. However, the
4767 ** [sqlite3_normalized_sql()] interface is now available to all
4970 ** ^The sqlite3_normalized_sql(P) interface returns a pointer to a UTF-8
4990 ** ^The strings returned by sqlite3_sql(P) and sqlite3_normalized_sql(P)
4997 ** ^The sqlite3_normalized_sql() interface is only available if
5003 SQLITE_API const char *sqlite3_normalized_sql(sqlite3_stmt *pStmt);
95700 SQLITE_API const char *sqlite3_normalized_sql(sqlite3_stmt *pStmt){ function
142887 #define sqlite3_normalized_sql macro
    [all...]

Completed in 128 milliseconds