db_conn
v0.2.1-alpha
Database Connection API
|
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>
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.