Type that represents a database connection.
More...
#include "../../str.h"
Go to the source code of this file.
Data Structures
- struct db1_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)
- Return the table of the connection handle.
-
#define CON_TAIL(cn) ((cn)->tail)
- Return the tail of the connection handle.
Detailed Description
Definition in file srdb1/db_con.h.