Interface of a common post processor for a record.
More...
#include <tkrzw_dbm_async.h>
Interface of a common post processor for a record.
◆ ~CommonPostprocessor()
virtual tkrzw::AsyncDBM::CommonPostprocessor::~CommonPostprocessor |
( |
| ) |
|
|
virtualdefault |
◆ Postprocess()
virtual void tkrzw::AsyncDBM::CommonPostprocessor::Postprocess |
( |
const char * |
name, |
|
|
const Status & |
status |
|
) |
| |
|
virtual |
Processes the status of a database operation.
- Parameters
-
name | The method name of the database operation. |
status | The status of the database operation. |