#include <NdbDictionary.hpp>
Inheritance diagram for NdbDictionary::Event:

Specifies the type of database operations an Event listens to
| NdbDictionary::Event::Event | ( | const char * | name | ) |
Constructor
| name | Name of event |
| NdbDictionary::Event::Event | ( | const char * | name, | |
| const NdbDictionary::Table & | table | |||
| ) |
Constructor
| name | Name of event | |
| table | Reference retrieved from NdbDictionary |
| void NdbDictionary::Event::addEventColumn | ( | const char * | columnName | ) |
Add a column on which events should be detected
| columnName | Column name |
| void NdbDictionary::Event::addEventColumn | ( | unsigned | attrId | ) |
Add a column on which events should be detected
| attrId | Column id |
| void NdbDictionary::Event::addEventColumns | ( | int | n, | |
| const char ** | columnNames | |||
| ) |
Add several columns on which events should be detected
| n | Number of columns | |
| columnNames | Column names |
| void NdbDictionary::Event::addTableEvent | ( | const TableEvent | te | ) |
Add type of event that should be detected
| EventDurability NdbDictionary::Event::getDurability | ( | ) | const |
Get durability of the event
| const char* NdbDictionary::Event::getName | ( | ) | const |
Get unique identifier for the event
| int NdbDictionary::Event::getNoOfEventColumns | ( | ) | const |
| virtual Object::Status NdbDictionary::Event::getObjectStatus | ( | ) | const [virtual] |
Get object status
Implements NdbDictionary::Object.
| virtual int NdbDictionary::Event::getObjectVersion | ( | ) | const [virtual] |
Get object version
Implements NdbDictionary::Object.
| const char* NdbDictionary::Event::getTableName | ( | ) | const |
Get table name for events
| void NdbDictionary::Event::setDurability | ( | EventDurability | ) |
Set durability of the event
| void NdbDictionary::Event::setName | ( | const char * | name | ) |
Set unique identifier for the event
| void NdbDictionary::Event::setTable | ( | const char * | tableName | ) |
Set table for which events should be detected
| void NdbDictionary::Event::setTable | ( | const NdbDictionary::Table & | table | ) |
Define table on which events should be detected
| table | reference retrieved from NdbDictionary |