Home
last modified time | relevance | path

Searched refs:IdxConstraint (Results 1 - 1 of 1) sorted by relevance

/third_party/sqlite/src/
H A Dshell.c9398 typedef struct IdxConstraint IdxConstraint; typedef
9418 ** Used to temporarily link IdxConstraint objects into lists while
9421 struct IdxConstraint { struct
9427 IdxConstraint *pNext; /* Next constraint in pEq or pRange list */
9428 IdxConstraint *pLink; /* See above */
9438 IdxConstraint *pOrder; /* ORDER BY columns */
9439 IdxConstraint *pEq; /* List of == constraints */
9440 IdxConstraint *pRange; /* List of < constraints */
9651 ** Allocate and return a new IdxConstraint objec
[all...]

Completed in 25 milliseconds