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

Data Fields

struct RowSetChunkpChunk
sqlite3db
struct RowSetEntrypEntry
struct RowSetEntrypLast
struct RowSetEntrypFresh
struct RowSetEntrypForest
u16 nFresh
u16 rsFlags
int iBatch

Detailed Description

Definition at line 57490 of file sqlite3.c.

Field Documentation

◆ db

sqlite3* RowSet::db

Definition at line 57492 of file sqlite3.c.

◆ iBatch

int RowSet::iBatch

Definition at line 57499 of file sqlite3.c.

◆ nFresh

u16 RowSet::nFresh

Definition at line 57497 of file sqlite3.c.

◆ pChunk

struct RowSetChunk* RowSet::pChunk

Definition at line 57491 of file sqlite3.c.

◆ pEntry

struct RowSetEntry* RowSet::pEntry

Definition at line 57493 of file sqlite3.c.

◆ pForest

struct RowSetEntry* RowSet::pForest

Definition at line 57496 of file sqlite3.c.

◆ pFresh

struct RowSetEntry* RowSet::pFresh

Definition at line 57495 of file sqlite3.c.

◆ pLast

struct RowSetEntry* RowSet::pLast

Definition at line 57494 of file sqlite3.c.

◆ rsFlags

u16 RowSet::rsFlags

Definition at line 57498 of file sqlite3.c.


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