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

Data Structures

struct  ExprList_item

Data Fields

int nExpr
int nAlloc
struct ExprList::ExprList_item a [FLEXARRAY]

Detailed Description

Definition at line 19584 of file sqlite3.c.

Field Documentation

◆ a

struct ExprList::ExprList_item ExprList::a[FLEXARRAY]

◆ nAlloc

int ExprList::nAlloc

Definition at line 19586 of file sqlite3.c.

◆ nExpr

int ExprList::nExpr

Definition at line 19585 of file sqlite3.c.


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