gdrsclib
Data Structures | Data Fields
FKey Struct Reference

Data Structures

struct  sColMap
 

Data Fields

TablepFrom
 
FKeypNextFrom
 
char * zTo
 
int nCol
 
u8 isDeferred
 
u8 updateConf
 
u8 deleteConf
 
u8 insertConf
 
struct FKey::sColMap aCol [1]
 

Detailed Description

Definition at line 8882 of file sqlite3.c.

Field Documentation

◆ aCol

struct FKey::sColMap aCol[1]

◆ deleteConf

u8 deleteConf

Definition at line 8889 of file sqlite3.c.

◆ insertConf

u8 insertConf

Definition at line 8890 of file sqlite3.c.

◆ isDeferred

u8 isDeferred

Definition at line 8887 of file sqlite3.c.

◆ nCol

int nCol

Definition at line 8886 of file sqlite3.c.

◆ pFrom

Table* pFrom

Definition at line 8883 of file sqlite3.c.

◆ pNextFrom

FKey* pNextFrom

Definition at line 8884 of file sqlite3.c.

◆ updateConf

u8 updateConf

Definition at line 8888 of file sqlite3.c.

◆ zTo

char* zTo

Definition at line 8885 of file sqlite3.c.


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