Library: Data/ODBC
Package: ODBC
Header: Poco/Data/ODBC/EnvironmentHandle.h
ODBC environment handle class
Member Functions: handle, operator const SQLHENV &
Creates the EnvironmentHandle.
Destroys the EnvironmentHandle.
const SQLHENV & handle() const;
Returns const reference to handle.
operator const SQLHENV & () const;
Const conversion operator into reference to native type.