Searched refs:sqlite3_vtab_distinct (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/public-domain/sqlite/man/
H A DMakefile215 sqlite3_vtab_distinct.3 \
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h683 #define sqlite3_vtab_distinct sqlite3_api->vtab_distinct macro
H A Dsqlite3.h9896 ** ^The sqlite3_vtab_distinct() interface returns an integer between 0 and
9897 ** 3. The integer returned by sqlite3_vtab_distinct()
9904 ** ^If the sqlite3_vtab_distinct() interface returns 0, that means
9910 ** the return value from sqlite3_vtab_distinct().
9912 ** ^(If the sqlite3_vtab_distinct() interface returns 1, that means
9918 ** ^(If the sqlite3_vtab_distinct() interface returns 2, that means
9930 ** ^(If the sqlite3_vtab_distinct() interface returns 3, that means
9952 ** sqlite3_vtab_distinct() interface is merely an optimization. ^Careful
9953 ** use of the sqlite3_vtab_distinct() interface and the "orderByConsumed"
9959 SQLITE_API int sqlite3_vtab_distinct(sqlite3_index_inf
[all...]
H A Dsqlite3.c10209 ** ^The sqlite3_vtab_distinct() interface returns an integer between 0 and
10210 ** 3. The integer returned by sqlite3_vtab_distinct()
10217 ** ^If the sqlite3_vtab_distinct() interface returns 0, that means
10223 ** the return value from sqlite3_vtab_distinct().
10225 ** ^(If the sqlite3_vtab_distinct() interface returns 1, that means
10231 ** ^(If the sqlite3_vtab_distinct() interface returns 2, that means
10243 ** ^(If the sqlite3_vtab_distinct() interface returns 3, that means
10265 ** sqlite3_vtab_distinct() interface is merely an optimization. ^Careful
10266 ** use of the sqlite3_vtab_distinct() interface and the "orderByConsumed"
10272 SQLITE_API int sqlite3_vtab_distinct(sqlite3_index_inf
136155 #define sqlite3_vtab_distinct macro
165099 SQLITE_API int sqlite3_vtab_distinct(sqlite3_index_info *pIdxInfo){ function
[all...]

Completed in 927 milliseconds