Sqlite3 3.50.2
Light weight SQL DB
Loading...
Searching...
No Matches
IdxConstraint Struct Reference
Collaboration diagram for IdxConstraint:

Data Fields

char * zColl
int bRange
int iCol
int bFlag
int bDesc
IdxConstraintpNext
IdxConstraintpLink

Detailed Description

Definition at line 12819 of file shell.c.

Field Documentation

◆ bDesc

int IdxConstraint::bDesc

Definition at line 12824 of file shell.c.

Referenced by expertBestIndex(), and idxAppendColDefn().

◆ bFlag

int IdxConstraint::bFlag

Definition at line 12823 of file shell.c.

Referenced by idxFindCompatible().

◆ bRange

int IdxConstraint::bRange

Definition at line 12821 of file shell.c.

Referenced by expertBestIndex().

◆ iCol

int IdxConstraint::iCol

Definition at line 12822 of file shell.c.

Referenced by expertBestIndex(), idxAppendColDefn(), idxFindCompatible(), and idxFindConstraint().

◆ pLink

IdxConstraint* IdxConstraint::pLink

◆ pNext

IdxConstraint* IdxConstraint::pNext

Definition at line 12825 of file shell.c.

Referenced by expertBestIndex(), idxConstraintFree(), and idxCreateFromWhere().

◆ zColl

char* IdxConstraint::zColl

Definition at line 12820 of file shell.c.

Referenced by idxAppendColDefn(), idxFindCompatible(), and idxNewConstraint().


The documentation for this struct was generated from the following file: