ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
RowSetChunk Struct Reference
Collaboration diagram for RowSetChunk:

Public Attributes

struct RowSetChunkpNextChunk
 
struct RowSetEntry aEntry [((1024 -8)/sizeof(struct RowSetEntry))]
 

Detailed Description

Definition at line 51048 of file sqlite3.c.

Member Data Documentation

◆ aEntry

struct RowSetEntry RowSetChunk::aEntry[((1024 -8)/sizeof(struct RowSetEntry))]

Definition at line 51049 of file sqlite3.c.

Referenced by rowSetEntryAlloc().

◆ pNextChunk

struct RowSetChunk* RowSetChunk::pNextChunk

Definition at line 51049 of file sqlite3.c.

Referenced by rowSetEntryAlloc(), and sqlite3RowSetClear().


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