#include "../str.h"


Go to the source code of this file.
Data Structures | |
| struct | db_con_t |
| This structure represents a database connection, pointer to this structure are used as a connection handle from modules uses the db API. More... | |
Defines | |
| #define | CON_TABLE(cn) ((cn)->table) |
| #define | CON_TAIL(cn) ((cn)->tail) |
Definition in file db_con.h.
| #define CON_TABLE | ( | cn | ) | ((cn)->table) |
Return the table of the connection handle
Definition at line 47 of file db_con.h.
Referenced by _bdb_delete_cursor(), bdb_check_reload(), bdb_delete(), bdb_insert(), bdb_query(), bdb_update(), db_do_delete(), db_do_insert(), db_do_query(), db_do_replace(), db_do_update(), db_insert_update(), db_oracle_delete(), db_oracle_insert(), db_oracle_query(), db_oracle_update(), db_use_table(), dbt_delete(), dbt_insert(), dbt_query(), dbt_update(), and flat_use_table().
| #define CON_TAIL | ( | cn | ) | ((cn)->tail) |
Return the tail of the connection handle
Definition at line 49 of file db_con.h.
Referenced by flat_db_close(), flat_use_table(), getobj(), and perlvdb_db_init().
1.5.6