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

  /src/external/public-domain/sqlite/dist/
sqlite3ext.h 648 #define sqlite3_vtab_collation sqlite3_api->vtab_collation macro
sqlite3.c 8227 ** the [sqlite3_vtab_collation()] interface. For most real-world virtual
8229 ** because the constraints are numeric) and so the sqlite3_vtab_collation()
10670 SQLITE_API const char *sqlite3_vtab_collation(sqlite3_index_info*,int);
142868 #define sqlite3_vtab_collation macro
143030 # define sqlite3_vtab_collation macro
173123 SQLITE_API const char *sqlite3_vtab_collation(sqlite3_index_info *pIdxInfo, int iCons){ function
    [all...]

Completed in 117 milliseconds