
Public Member Functions | |
| DB_client () | |
| Constructor. | |
| virtual | ~DB_client () |
| Destructor. | |
| virtual void | detach ()=0 |
| Detach notification from Database. | |
| wxPg::DB_client::DB_client | ( | ) | [inline] |
Constructor.
| virtual wxPg::DB_client::~DB_client | ( | ) | [inline, virtual] |
Destructor.
| virtual void wxPg::DB_client::detach | ( | ) | [pure virtual] |
Detach notification from Database.
This methon is called by wPg::Database, when client is detached because of external reasons (Such as database disconnect).
Implemented in wxPg::Data_row, and wxPg::Prepared_statement.
1.5.6