Home
last modified time | relevance | path

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

/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c9308 typedef struct KeyInfo KeyInfo; typedef
11667 struct KeyInfo { struct
11668 u32 nRef; /* Number of references to this KeyInfo object */ argument
11669 u8 enc; /* Text encoding - one of the SQLITE_UTF* values */
11670 u16 nField; /* Number of key columns in the index */
11671 u16 nXField; /* Number of columns beyond the key columns */
11695 KeyInfo *pKeyInfo; /* Collation and sort-order information */ argument

Completed in 355 milliseconds