Home
last modified time | relevance | path

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

/titanic_51/usr/src/lib/libsqlite/src/
H A Dselect.c34 int isDistinct, /* true if the DISTINCT keyword is present */ in sqliteSelectNew() argument
2031 int isDistinct; /* True if the DISTINCT keyword is present */ in sqliteSelect() local
[all...]
H A DsqliteInt.h856 u8 isDistinct; /* True if the DISTINCT keyword is present */ member