#include <trigger.hxx>
Public Member Functions | |
trigger (connection_base &C, const PGSTD::string &N) | |
Constructor. Registers the trigger with connection C. | |
virtual | ~trigger () throw () |
const PGSTD::string & | name () const |
virtual void | operator() (int be_pid)=0 |
Overridable: action to invoke when trigger is notified. | |
Protected Member Functions | |
connection_base & | Conn () const throw () |
|
Constructor. Registers the trigger with connection C.
|
|
|
|
|
|
|
|
Overridable: action to invoke when trigger is notified.
|