Github User Fetcher 1.0.0
C Application with Server and GUI
|
Data Fields | |
sdb * | db |
sqlite3_stmt * | vm |
int | columns |
char | has_values |
char | temp |
Definition at line 188 of file lsqlite3.c.
int sdb_vm::columns |
Definition at line 193 of file lsqlite3.c.
Referenced by cleanupvm(), db_do_next_row(), dbvm_check_index(), dbvm_get_named_values(), dbvm_get_uvalues(), dbvm_get_values(), dbvm_step(), and newvm().
sdb* sdb_vm::db |
Definition at line 189 of file lsqlite3.c.
Referenced by cleanupvm(), db_do_next_row(), db_do_rows(), dbvm_last_insert_rowid(), dbvm_reset(), and newvm().
char sdb_vm::has_values |
Definition at line 194 of file lsqlite3.c.
Referenced by cleanupvm(), db_do_next_row(), dbvm_check_contents(), dbvm_step(), and newvm().
char sdb_vm::temp |
Definition at line 196 of file lsqlite3.c.
Referenced by db_close_vm(), db_do_next_row(), db_do_rows(), and newvm().
sqlite3_stmt* sdb_vm::vm |
Definition at line 190 of file lsqlite3.c.
Referenced by cleanupvm(), db_close_vm(), db_do_next_row(), db_do_rows(), db_prepare(), dbvm_bind(), dbvm_bind_blob(), dbvm_bind_names(), dbvm_bind_parameter_count(), dbvm_bind_parameter_name(), dbvm_bind_values(), dbvm_check_bind_index(), dbvm_columns(), dbvm_gc(), dbvm_get_name(), dbvm_get_named_types(), dbvm_get_named_values(), dbvm_get_names(), dbvm_get_type(), dbvm_get_types(), dbvm_get_unames(), dbvm_get_utypes(), dbvm_get_uvalues(), dbvm_get_value(), dbvm_get_values(), dbvm_isopen(), dbvm_reset(), dbvm_step(), dbvm_tostring(), lsqlite_checkvm(), newvm(), and stepvm().