Library: Data/ODBC
Package: ODBC
Header: Poco/Data/ODBC/ConnectionHandle.h
ODBC connection handle class
Member Functions: handle, operator const SQLHDBC &
ConnectionHandle(
EnvironmentHandle * pEnvironment = 0
);
Creates the ConnectionHandle.
~ConnectionHandle();
Creates the ConnectionHandle.
const SQLHDBC & handle() const;
Returns const reference to handle;
operator const SQLHDBC & () const;
Const conversion operator into reference to native type.