Library: Data/ODBC
Package: ODBC
Header: Poco/Data/ODBC/Handle.h
ODBC handle class template
Member Functions: handle, operator const H &
Handle(
const ConnectionHandle & rConnection
);
Creates the Handle.
~Handle();
Destroys the Handle.
const H & handle() const;
Returns const reference to native type.
operator const H & () const;
Const conversion operator into reference to native type.