Home
last modified time | relevance | path

Searched defs:isDistinct (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dselect.c30 int isDistinct, /* true if the DISTINCT keyword is present */ in sqliteSelectNew()
2027 int isDistinct; /* True if the DISTINCT keyword is present */ in sqliteSelect() local
H A DsqliteInt.h853 u8 isDistinct; /* True if the DISTINCT keyword is present */ member