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

  /src/external/public-domain/sqlite/dist/
sqlite3ext.h 693 #define sqlite3_vtab_distinct sqlite3_api->vtab_distinct macro
sqlite3ext.h 693 #define sqlite3_vtab_distinct sqlite3_api->vtab_distinct macro
sqlite3.c 10680 ** ^The sqlite3_vtab_distinct() interface returns an integer between 0 and
10681 ** 3. The integer returned by sqlite3_vtab_distinct()
10688 ** ^If the sqlite3_vtab_distinct() interface returns 0, that means
10694 ** the return value from sqlite3_vtab_distinct().
10696 ** ^(If the sqlite3_vtab_distinct() interface returns 1, that means
10702 ** ^(If the sqlite3_vtab_distinct() interface returns 2, that means
10713 ** ^(If the sqlite3_vtab_distinct() interface returns 3, that means the
10715 ** if the sqlite3_vtab_distinct() interface had returned 0. However if
10728 ** the value returned by sqlite3_vtab_distinct(). This table is a
10733 ** <td valign="top">sqlite3_vtab_distinct() return valu
142913 #define sqlite3_vtab_distinct macro
173198 SQLITE_API int sqlite3_vtab_distinct(sqlite3_index_info *pIdxInfo){ function
    [all...]
sqlite3.c 10680 ** ^The sqlite3_vtab_distinct() interface returns an integer between 0 and
10681 ** 3. The integer returned by sqlite3_vtab_distinct()
10688 ** ^If the sqlite3_vtab_distinct() interface returns 0, that means
10694 ** the return value from sqlite3_vtab_distinct().
10696 ** ^(If the sqlite3_vtab_distinct() interface returns 1, that means
10702 ** ^(If the sqlite3_vtab_distinct() interface returns 2, that means
10713 ** ^(If the sqlite3_vtab_distinct() interface returns 3, that means the
10715 ** if the sqlite3_vtab_distinct() interface had returned 0. However if
10728 ** the value returned by sqlite3_vtab_distinct(). This table is a
10733 ** <td valign="top">sqlite3_vtab_distinct() return valu
142913 #define sqlite3_vtab_distinct macro
173198 SQLITE_API int sqlite3_vtab_distinct(sqlite3_index_info *pIdxInfo){ function
    [all...]

Completed in 142 milliseconds