|
Lbug C API
|
lbug_connection is used to interact with a Database instance. Each connection is thread-safe. Multiple connections can connect to the same Database instance in a multi-threaded environment. More...
#include <lbug.h>
Data Fields | |
| void * | _connection |
lbug_connection is used to interact with a Database instance. Each connection is thread-safe. Multiple connections can connect to the same Database instance in a multi-threaded environment.
| void* lbug_connection::_connection |