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

Data Fields

AutoincInfopNext
 
TablepTab
 
int iDb
 
int regCtr
 

Detailed Description

Definition at line 18611 of file sqlite3.c.

Field Documentation

◆ iDb

int AutoincInfo::iDb

Definition at line 18614 of file sqlite3.c.

Referenced by autoIncBegin(), and autoIncrementEnd().

◆ pNext

AutoincInfo* AutoincInfo::pNext

Definition at line 18612 of file sqlite3.c.

Referenced by autoIncBegin(), autoIncrementEnd(), and sqlite3RunParser().

◆ pTab

Table* AutoincInfo::pTab

Definition at line 18613 of file sqlite3.c.

Referenced by autoIncBegin().

◆ regCtr

int AutoincInfo::regCtr

Definition at line 18615 of file sqlite3.c.

Referenced by autoIncBegin(), and autoIncrementEnd().


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