Public Member Functions | |
| BeforeUpdateRecordEventData (Session &session_arg, Table &table_arg, const unsigned char *old_row_arg, unsigned char *new_row_arg) | |
| virtual bool | callEventObservers () |
Static Public Member Functions | |
| static bool | hasEvents (Table &in_table) |
Public Attributes | |
| const unsigned char * | old_row |
| unsigned char * | new_row |
| Session & | session |
| Table & | table |
| EventObserver::EventType | event |
Protected Attributes | |
| EventObserverList * | observerList |
Definition at line 522 of file event_observer.h.