Drizzled Public API Documentation

drizzled::plugin::SchemaEventData Class Reference
Inheritance diagram for drizzled::plugin::SchemaEventData:
drizzled::plugin::EventData drizzled::plugin::AfterDropTableEventData drizzled::plugin::AfterRenameTableEventData drizzled::plugin::BeforeDropTableEventData drizzled::plugin::BeforeRenameTableEventData

Public Member Functions

 SchemaEventData (EventObserver::EventType event_arg, Session &session_arg, const std::string &db_arg)
 
virtual bool callEventObservers ()
 

Public Attributes

Sessionsession
 
const std::string & db
 
EventObserver::EventType event
 

Protected Attributes

EventObserverListobserverList
 

Detailed Description

Definition at line 285 of file event_observer.h.


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