Drizzled Public API Documentation

drizzled::plugin::AfterUpdateRecordEventData Class Reference
Inheritance diagram for drizzled::plugin::AfterUpdateRecordEventData:
drizzled::plugin::TableEventData drizzled::plugin::EventData

List of all members.

Public Member Functions

 AfterUpdateRecordEventData (Session &session_arg, Table &table_arg, const unsigned char *old_row_arg, const unsigned char *new_row_arg, int err_arg)
virtual bool callEventObservers ()

Static Public Member Functions

static bool hasEvents (Table &in_table)

Public Attributes

const unsigned char * old_row
const unsigned char * new_row
int err
Sessionsession
Tabletable
EventObserver::EventType event

Protected Attributes

EventObserverListobserverList

Detailed Description

Definition at line 538 of file event_observer.h.


The documentation for this class was generated from the following file: