Sqlite3 3.50.2
Light weight SQL DB
|
Data Fields | |
char * | zColl |
int | bRange |
int | iCol |
int | bFlag |
int | bDesc |
IdxConstraint * | pNext |
IdxConstraint * | pLink |
int IdxConstraint::bDesc |
Definition at line 12824 of file shell.c.
Referenced by expertBestIndex(), and idxAppendColDefn().
int IdxConstraint::bFlag |
Definition at line 12823 of file shell.c.
Referenced by idxFindCompatible().
int IdxConstraint::bRange |
Definition at line 12821 of file shell.c.
Referenced by expertBestIndex().
int IdxConstraint::iCol |
Definition at line 12822 of file shell.c.
Referenced by expertBestIndex(), idxAppendColDefn(), idxFindCompatible(), and idxFindConstraint().
IdxConstraint* IdxConstraint::pLink |
Definition at line 12826 of file shell.c.
Referenced by expertBestIndex(), idxCreateFromCons(), idxCreateFromWhere(), idxFindCompatible(), and idxFindConstraint().
IdxConstraint* IdxConstraint::pNext |
Definition at line 12825 of file shell.c.
Referenced by expertBestIndex(), idxConstraintFree(), and idxCreateFromWhere().
char* IdxConstraint::zColl |
Definition at line 12820 of file shell.c.
Referenced by idxAppendColDefn(), idxFindCompatible(), and idxNewConstraint().