Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
RowSetChunk Struct Reference

Data Fields

struct RowSetChunkpNextChunk
 
struct RowSetEntry aEntry [ROWSET_ENTRY_PER_CHUNK]
 

Detailed Description

Definition at line 51136 of file sqlite3.c.

Field Documentation

◆ aEntry

struct RowSetEntry RowSetChunk::aEntry[ROWSET_ENTRY_PER_CHUNK]

Definition at line 51138 of file sqlite3.c.

Referenced by rowSetEntryAlloc().

◆ pNextChunk

struct RowSetChunk* RowSetChunk::pNextChunk

Definition at line 51137 of file sqlite3.c.

Referenced by rowSetEntryAlloc(), and sqlite3RowSetClear().


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