Lines Matching refs:sqlite3_vtab_collation
7607 ** the [sqlite3_vtab_collation()] interface. For most real-world virtual
7609 ** because the constraints are numeric) and so the sqlite3_vtab_collation()
10003 SQLITE_API SQLITE_EXPERIMENTAL const char *sqlite3_vtab_collation(sqlite3_index_info*,int);
132560 #define sqlite3_vtab_collation sqlite3_api->vtab_collation
132709 # define sqlite3_vtab_collation 0
133065 sqlite3_vtab_collation,
156575 ** sqlite3_vtab_collation() interface knows how to reach it, however.
156578 ** next. As long as allocateIndexInfo() and sqlite3_vtab_collation()
157267 sqlite3_vtab_collation(p,i));
160414 SQLITE_API const char *sqlite3_vtab_collation(sqlite3_index_info *pIdxInfo, int iCons){