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

  /src/external/public-domain/sqlite/dist/
sqlite3ext.h 667 #define sqlite3_normalized_sql sqlite3_api->normalized_sql macro
sqlite3.h 4445 ** [sqlite3_normalized_sql()] interface. However, the
4446 ** [sqlite3_normalized_sql()] interface is now available to all
4649 ** ^The sqlite3_normalized_sql(P) interface returns a pointer to a UTF-8
4669 ** ^The strings returned by sqlite3_sql(P) and sqlite3_normalized_sql(P)
4676 ** ^The sqlite3_normalized_sql() interface is only available if
4682 SQLITE_API const char *sqlite3_normalized_sql(sqlite3_stmt *pStmt);
shell.c 28374 zSql = sqlite3_normalized_sql(pStmt);
    [all...]
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 105 milliseconds