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

Public Attributes

AutoincInfopNext
 
TablepTab
 
int iDb
 
int regCtr
 

Detailed Description

Definition at line 18576 of file sqlite3.c.

Member Data Documentation

◆ iDb

int AutoincInfo::iDb

Definition at line 18579 of file sqlite3.c.

Referenced by autoIncBegin(), and autoIncrementEnd().

◆ pNext

AutoincInfo* AutoincInfo::pNext

Definition at line 18577 of file sqlite3.c.

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

◆ pTab

Table* AutoincInfo::pTab

Definition at line 18578 of file sqlite3.c.

Referenced by autoIncBegin().

◆ regCtr

int AutoincInfo::regCtr

Definition at line 18580 of file sqlite3.c.

Referenced by autoIncBegin(), and autoIncrementEnd().


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