gdrsclib
Data Fields
TriggerStep Struct Reference

Data Fields

u8 op
 
u8 orconf
 
TriggerpTrig
 
SelectpSelect
 
Token target
 
ExprpWhere
 
ExprListpExprList
 
IdListpIdList
 
TriggerSteppNext
 
TriggerSteppLast
 

Detailed Description

Definition at line 9852 of file sqlite3.c.

Field Documentation

◆ op

u8 op

Definition at line 9853 of file sqlite3.c.

◆ orconf

u8 orconf

Definition at line 9854 of file sqlite3.c.

◆ pExprList

ExprList* pExprList

Definition at line 9859 of file sqlite3.c.

◆ pIdList

IdList* pIdList

Definition at line 9860 of file sqlite3.c.

◆ pLast

TriggerStep* pLast

Definition at line 9862 of file sqlite3.c.

◆ pNext

TriggerStep* pNext

Definition at line 9861 of file sqlite3.c.

◆ pSelect

Select* pSelect

Definition at line 9856 of file sqlite3.c.

◆ pTrig

Trigger* pTrig

Definition at line 9855 of file sqlite3.c.

◆ pWhere

Expr* pWhere

Definition at line 9858 of file sqlite3.c.

◆ target

Token target

Definition at line 9857 of file sqlite3.c.


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