|
Sqlite3 3.50.2
Light weight SQL DB
|
Data Structures | |
| struct | sColMap |
Data Fields | |
| Table * | pFrom |
| FKey * | pNextFrom |
| char * | zTo |
| FKey * | pNextTo |
| FKey * | pPrevTo |
| int | nCol |
| u8 | isDeferred |
| u8 | aAction [2] |
| Trigger * | apTrigger [2] |
| struct FKey::sColMap | aCol [FLEXARRAY] |
| struct FKey::sColMap FKey::aCol[FLEXARRAY] |