Drizzled Public API Documentation

drizzled::plugin::BeforeUpdateRecordEventData Class Reference

Inheritance diagram for drizzled::plugin::BeforeUpdateRecordEventData:
drizzled::plugin::TableEventData drizzled::plugin::EventData

List of all members.

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
Sessionsession
Tabletable
EventObserver::EventType event

Protected Attributes

EventObserverListobserverList

Detailed Description

Definition at line 542 of file event_observer.h.


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