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

statement - is a class that implements dbi::istatement interface and represents native database statement structure, in case of Sybase it's a C++ wrap around CS_COMMAND that also contains result set structure . More...

#include <sybase_driver.hpp>

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

Detailed Description

statement - is a class that implements dbi::istatement interface and represents native database statement structure, in case of Sybase it's a C++ wrap around CS_COMMAND that also contains result set structure .

statement object cannot be instantiated directly, only via connection get_statement() function call. statement objects automatically cancel executed queries and destroy result set as they go out of scope.

Definition at line 1327 of file sybase_driver.hpp.


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