Github User Fetcher 1.0.0
C Application with Server and GUI
|
Data Fields | |
lua_State * | L |
sqlite3 * | db |
sdb_func * | func |
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 |
Definition at line 91 of file lsqlite3.c.
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().
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().
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().
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().
sqlite3* sdb::db |
Definition at line 95 of file lsqlite3.c.
Referenced by cleanupdb(), db_busy_handler(), db_busy_timeout(), db_changes(), db_commit_hook(), db_create_collation(), db_db_filename(), db_do_next_row(), db_do_rows(), db_errcode(), db_errmsg(), db_exec(), db_gc(), db_get_ptr(), db_interrupt(), db_isopen(), db_last_insert_rowid(), db_load_extension(), db_prepare(), db_progress_handler(), db_register_function(), db_rollback_hook(), db_tostring(), db_total_changes(), db_trace(), db_update_hook(), dbvm_last_insert_rowid(), dbvm_reset(), lsqlite_backup_init(), lsqlite_checkdb(), lsqlite_do_open(), lsqlite_open_ptr(), and newdb().
sdb_func* sdb::func |
Definition at line 98 of file lsqlite3.c.
Referenced by cleanupdb(), db_register_function(), and newdb().
lua_State* sdb::L |
Definition at line 93 of file lsqlite3.c.
Referenced by db_busy_callback(), db_commit_hook_callback(), db_progress_callback(), db_rollback_hook_callback(), db_sql_finalize_function(), db_sql_normal_function(), db_trace_callback(), db_update_hook_callback(), and newdb().
int sdb::progress_cb |
Definition at line 104 of file lsqlite3.c.
Referenced by cleanupdb(), db_progress_callback(), db_progress_handler(), and newdb().
int sdb::progress_udata |
Definition at line 105 of file lsqlite3.c.
Referenced by cleanupdb(), db_progress_callback(), db_progress_handler(), and newdb().
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().
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().
int sdb::trace_cb |
Definition at line 107 of file lsqlite3.c.
Referenced by cleanupdb(), db_trace(), db_trace_callback(), and newdb().
int sdb::trace_udata |
Definition at line 108 of file lsqlite3.c.
Referenced by cleanupdb(), db_trace(), db_trace_callback(), and newdb().
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().
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().