#include <dbt_lib.h>

Data Fields | |
| int | auto_col |
| int | auto_val |
| dbt_column_p | cols |
| dbt_column_p * | colv |
| str | dbname |
| int | flag |
| int | hash |
| int | mark |
| time_t | mt |
| str | name |
| struct _dbt_table * | next |
| int | nrcols |
| int | nrrows |
| struct _dbt_table * | prev |
| dbt_row_p | rows |
Definition at line 79 of file dbt_lib.h.
| int auto_col |
Definition at line 86 of file dbt_lib.h.
Referenced by dbt_cache_print(), dbt_load_file(), and dbt_table_check_row().
| int auto_val |
Definition at line 87 of file dbt_lib.h.
Referenced by dbt_cache_print(), and dbt_table_check_row().
Definition at line 89 of file dbt_lib.h.
Referenced by dbt_load_file(), dbt_print_table(), and dbt_table_free().
Definition at line 90 of file dbt_lib.h.
Referenced by dbt_get_refs(), dbt_insert(), dbt_load_file(), dbt_print_table(), dbt_result_extract_fields(), dbt_result_new(), dbt_row_free(), dbt_table_check_row(), dbt_table_free(), dbt_table_free_rows(), and dbt_update().
Definition at line 81 of file dbt_lib.h.
Referenced by dbt_cache_print(), dbt_db_del_table(), dbt_db_get_table(), dbt_print_table(), and dbt_table_free().
| int flag |
Definition at line 85 of file dbt_lib.h.
Referenced by dbt_cache_print(), and dbt_table_update_flags().
| int hash |
| int mark |
Definition at line 84 of file dbt_lib.h.
Referenced by dbt_cache_print(), and dbt_table_update_flags().
| time_t mt |
Definition at line 82 of file dbt_lib.h.
Referenced by dbt_cache_print(), dbt_db_del_table(), dbt_db_get_table(), dbt_print_table(), and dbt_table_free().
struct _dbt_table* next [read] |
Definition at line 94 of file dbt_lib.h.
Referenced by dbt_cache_destroy(), dbt_cache_print(), dbt_db_del_table(), and dbt_db_get_table().
| int nrcols |
Definition at line 88 of file dbt_lib.h.
Referenced by dbt_get_refs(), dbt_insert(), dbt_load_file(), dbt_print_table(), dbt_query(), dbt_result_new(), dbt_row_free(), and dbt_table_check_row().
| int nrrows |
Definition at line 91 of file dbt_lib.h.
Referenced by dbt_delete(), dbt_load_file(), dbt_table_add_row(), dbt_table_free(), and dbt_table_free_rows().
struct _dbt_table* prev [read] |
Definition at line 92 of file dbt_lib.h.
Referenced by dbt_delete(), dbt_load_file(), dbt_print_table(), dbt_query(), dbt_table_add_row(), dbt_table_free(), dbt_table_free_rows(), and dbt_update().
1.5.6