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

Data Fields

sqlite3db
const char * zDb
char * zObj
sqlite3_stmtpCheck
char * zKey
int nKeyVal
char * zMessage
int bCorruptSchema
int rc
char * zErr
char * zTestSql

Detailed Description

Definition at line 15206 of file shell.c.

Field Documentation

◆ bCorruptSchema

int sqlite3_intck::bCorruptSchema

Definition at line 15216 of file shell.c.

Referenced by sqlite3_intck_step().

◆ db

sqlite3* sqlite3_intck::db

Definition at line 15207 of file shell.c.

Referenced by intckPrepare(), intckSaveErrmsg(), sqlite3_intck_close(), and sqlite3_intck_open().

◆ nKeyVal

int sqlite3_intck::nKeyVal

Definition at line 15213 of file shell.c.

Referenced by intckSaveKey(), sqlite3_intck_step(), and sqlite3_intck_unlock().

◆ pCheck

◆ rc

◆ zDb

const char* sqlite3_intck::zDb

◆ zErr

char* sqlite3_intck::zErr

Definition at line 15219 of file shell.c.

Referenced by intckSaveErrmsg(), sqlite3_intck_close(), and sqlite3_intck_error().

◆ zKey

char* sqlite3_intck::zKey

◆ zMessage

char* sqlite3_intck::zMessage

Definition at line 15215 of file shell.c.

Referenced by sqlite3_intck_close(), sqlite3_intck_message(), and sqlite3_intck_step().

◆ zObj

char* sqlite3_intck::zObj

◆ zTestSql

char* sqlite3_intck::zTestSql

Definition at line 15220 of file shell.c.

Referenced by sqlite3_intck_close(), and sqlite3_intck_test_sql().


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