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

Data Fields

struct RowSetChunkpNextChunk
struct RowSetEntry aEntry [ROWSET_ENTRY_PER_CHUNK]

Detailed Description

Definition at line 57480 of file sqlite3.c.

Field Documentation

◆ aEntry

struct RowSetEntry RowSetChunk::aEntry[ROWSET_ENTRY_PER_CHUNK]

Definition at line 57482 of file sqlite3.c.

◆ pNextChunk

struct RowSetChunk* RowSetChunk::pNextChunk

Definition at line 57481 of file sqlite3.c.


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