ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
sqlite3::sqlite3InitInfo Struct Reference

Public Attributes

int newTnum
 
u8 iDb
 
u8 busy
 
unsigned orphanTrigger: 1
 
unsigned imposterTable: 1
 
unsigned reopenMemdb: 1
 
char ** azInit
 

Detailed Description

Definition at line 16827 of file sqlite3.c.

Member Data Documentation

◆ azInit

char** sqlite3::sqlite3InitInfo::azInit

Definition at line 16834 of file sqlite3.c.

Referenced by sqlite3CheckObjectName(), and sqlite3InitCallback().

◆ busy

◆ iDb

◆ imposterTable

unsigned sqlite3::sqlite3InitInfo::imposterTable

Definition at line 16832 of file sqlite3.c.

Referenced by convertToWithoutRowidTable(), and sqlite3CheckObjectName().

◆ newTnum

int sqlite3::sqlite3InitInfo::newTnum

◆ orphanTrigger

unsigned sqlite3::sqlite3InitInfo::orphanTrigger

Definition at line 16831 of file sqlite3.c.

Referenced by sqlite3BeginTrigger(), and sqlite3InitCallback().

◆ reopenMemdb

unsigned sqlite3::sqlite3InitInfo::reopenMemdb

Definition at line 16833 of file sqlite3.c.


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