Searched defs:KeyInfo (Results 1 – 2 of 2) sorted by relevance
118 } KeyInfo; typedef
6543 typedef struct KeyInfo KeyInfo; typedef8204 struct KeyInfo { struct8205 sqlite3 *db; /* The database connection */8206 u8 enc; /* Text encoding - one of the TEXT_Utf* values */8207 u8 incrKey; /* Increase 2nd key by epsilon before comparison */8208 u8 prefixIsEqual; /* Treat a prefix as equal */8209 int nField; /* Number of entries in aColl[] */8210 u8 *aSortOrder; /* If defined an aSortOrder[i] is true, sort DESC */8211 CollSeq *aColl[1]; /* Collating sequence for each term of the key */