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

Data Fields

int nCell
MemPagepRef
u8 ** apCell
u16szCell
u8apEnd [NB *2]
int ixNx [NB *2]

Detailed Description

Definition at line 79065 of file sqlite3.c.

Field Documentation

◆ apCell

u8** CellArray::apCell

Definition at line 79068 of file sqlite3.c.

◆ apEnd

u8* CellArray::apEnd[NB *2]

Definition at line 79070 of file sqlite3.c.

◆ ixNx

int CellArray::ixNx[NB *2]

Definition at line 79071 of file sqlite3.c.

◆ nCell

int CellArray::nCell

Definition at line 79066 of file sqlite3.c.

◆ pRef

MemPage* CellArray::pRef

Definition at line 79067 of file sqlite3.c.

◆ szCell

u16* CellArray::szCell

Definition at line 79069 of file sqlite3.c.


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