db_conn
v0.2.1-alpha
Database Connection API
|
connection - is a class that implements dbi::iconnection interface and represents native database connection handle, in case of Sybase it's a C++ wrap around around CS_CONTEXT and CS_CONNECTION. More...
#include <sybase_driver.hpp>
connection - is a class that implements dbi::iconnection interface and represents native database connection handle, in case of Sybase it's a C++ wrap around around CS_CONTEXT and CS_CONNECTION.
connection object cannot be instantiated directly, only via driver get_connection() function call. connection objects automatically delete the native connection handle they manage as soon as they themselves are destroyed.
Definition at line 760 of file sybase_driver.hpp.