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

Data Structures

struct  sColMap

Data Fields

TablepFrom
FKeypNextFrom
char * zTo
FKeypNextTo
FKeypPrevTo
int nCol
u8 isDeferred
u8 aAction [2]
TriggerapTrigger [2]
struct FKey::sColMap aCol [FLEXARRAY]

Detailed Description

Definition at line 18950 of file sqlite3.c.

Field Documentation

◆ aAction

u8 FKey::aAction[2]

Definition at line 18959 of file sqlite3.c.

◆ aCol

struct FKey::sColMap FKey::aCol[FLEXARRAY]

◆ apTrigger

Trigger* FKey::apTrigger[2]

Definition at line 18960 of file sqlite3.c.

◆ isDeferred

u8 FKey::isDeferred

Definition at line 18958 of file sqlite3.c.

◆ nCol

int FKey::nCol

Definition at line 18956 of file sqlite3.c.

◆ pFrom

Table* FKey::pFrom

Definition at line 18951 of file sqlite3.c.

◆ pNextFrom

FKey* FKey::pNextFrom

Definition at line 18952 of file sqlite3.c.

◆ pNextTo

FKey* FKey::pNextTo

Definition at line 18954 of file sqlite3.c.

◆ pPrevTo

FKey* FKey::pPrevTo

Definition at line 18955 of file sqlite3.c.

◆ zTo

char* FKey::zTo

Definition at line 18953 of file sqlite3.c.


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