5#ifndef STORAGESVC_DBCONNECTION_H
6#define STORAGESVC_DBCONNECTION_H
~DbConnection()=default
Standard destructor.
int m_type
Connection type.
int type() const
Access technoliogy type.
DbDatabaseObj * m_handle
True handle.
int m_refCount
Reference count.
DbConnection(const DbConnection &c)
Copy Constructor.
DbDatabaseObj * handle()
Access object identifier.
DbConnection(int typ, const std::string &nam, DbDatabaseObj *hdl)
Constructor with initializing arguments.
DbConnection & operator=(const DbConnection &)=delete
int addRef()
Increase reference count.
int release()
Release token: Decrease reference count and eventually delete.
const std::string & name() const
Access Database identifier.
std::string m_name
Name of this connection.
const DbDatabaseObj * handle() const