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

Data Fields

StrAccum str
int nAccum
int nFirstSepLength
int * pnSepLengths

Detailed Description

Definition at line 132516 of file sqlite3.c.

Field Documentation

◆ nAccum

int GroupConcatCtx::nAccum

Definition at line 132519 of file sqlite3.c.

◆ nFirstSepLength

int GroupConcatCtx::nFirstSepLength

Definition at line 132520 of file sqlite3.c.

◆ pnSepLengths

int* GroupConcatCtx::pnSepLengths

Definition at line 132526 of file sqlite3.c.

◆ str

StrAccum GroupConcatCtx::str

Definition at line 132517 of file sqlite3.c.


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