db_conn  v0.2.1-alpha
Database Connection API
vgi::dbconn::dbd::sybase::connection Class Reference

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>

Inheritance diagram for vgi::dbconn::dbd::sybase::connection:
Collaboration diagram for vgi::dbconn::dbd::sybase::connection:

Detailed Description

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.


The documentation for this class was generated from the following file: