Drizzled Public API Documentation

drizzled::plugin::TableEventData Class Reference
Inheritance diagram for drizzled::plugin::TableEventData:
drizzled::plugin::EventData drizzled::plugin::AfterDeleteRecordEventData drizzled::plugin::AfterInsertRecordEventData drizzled::plugin::AfterUpdateRecordEventData drizzled::plugin::BeforeDeleteRecordEventData drizzled::plugin::BeforeInsertRecordEventData drizzled::plugin::BeforeUpdateRecordEventData

Public Member Functions

 TableEventData (EventObserver::EventType event_arg, Session &session_arg, Table &table_arg)
 
virtual bool callEventObservers ()
 

Static Public Member Functions

static bool hasEvents (Table &in_table)
 

Public Attributes

Sessionsession
 
Tabletable
 
EventObserver::EventType event
 

Protected Attributes

EventObserverListobserverList
 

Detailed Description

Definition at line 303 of file event_observer.h.


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