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

Data Fields

lua_StateL
 
sqlite3db
 
sdb_funcfunc
 
int busy_cb
 
int busy_udata
 
int progress_cb
 
int progress_udata
 
int trace_cb
 
int trace_udata
 
int update_hook_cb
 
int update_hook_udata
 
int commit_hook_cb
 
int commit_hook_udata
 
int rollback_hook_cb
 
int rollback_hook_udata
 

Detailed Description

Definition at line 91 of file lsqlite3.c.

Field Documentation

◆ busy_cb

int sdb::busy_cb

Definition at line 101 of file lsqlite3.c.

Referenced by cleanupdb(), db_busy_callback(), db_busy_handler(), db_busy_timeout(), and newdb().

◆ busy_udata

int sdb::busy_udata

Definition at line 102 of file lsqlite3.c.

Referenced by cleanupdb(), db_busy_callback(), db_busy_handler(), db_busy_timeout(), and newdb().

◆ commit_hook_cb

int sdb::commit_hook_cb

Definition at line 115 of file lsqlite3.c.

Referenced by cleanupdb(), db_commit_hook(), db_commit_hook_callback(), and newdb().

◆ commit_hook_udata

int sdb::commit_hook_udata

Definition at line 116 of file lsqlite3.c.

Referenced by cleanupdb(), db_commit_hook(), db_commit_hook_callback(), and newdb().

◆ db

◆ func

sdb_func* sdb::func

Definition at line 98 of file lsqlite3.c.

Referenced by cleanupdb(), db_register_function(), and newdb().

◆ L

◆ progress_cb

int sdb::progress_cb

Definition at line 104 of file lsqlite3.c.

Referenced by cleanupdb(), db_progress_callback(), db_progress_handler(), and newdb().

◆ progress_udata

int sdb::progress_udata

Definition at line 105 of file lsqlite3.c.

Referenced by cleanupdb(), db_progress_callback(), db_progress_handler(), and newdb().

◆ rollback_hook_cb

int sdb::rollback_hook_cb

Definition at line 118 of file lsqlite3.c.

Referenced by cleanupdb(), db_rollback_hook(), db_rollback_hook_callback(), and newdb().

◆ rollback_hook_udata

int sdb::rollback_hook_udata

Definition at line 119 of file lsqlite3.c.

Referenced by cleanupdb(), db_rollback_hook(), db_rollback_hook_callback(), and newdb().

◆ trace_cb

int sdb::trace_cb

Definition at line 107 of file lsqlite3.c.

Referenced by cleanupdb(), db_trace(), db_trace_callback(), and newdb().

◆ trace_udata

int sdb::trace_udata

Definition at line 108 of file lsqlite3.c.

Referenced by cleanupdb(), db_trace(), db_trace_callback(), and newdb().

◆ update_hook_cb

int sdb::update_hook_cb

Definition at line 112 of file lsqlite3.c.

Referenced by cleanupdb(), db_update_hook(), db_update_hook_callback(), and newdb().

◆ update_hook_udata

int sdb::update_hook_udata

Definition at line 113 of file lsqlite3.c.

Referenced by cleanupdb(), db_update_hook(), db_update_hook_callback(), and newdb().


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