Definition at line 666 of file history_odbc.cxx.
Public Member Functions | |
Event () | |
~Event () | |
Event () | |
~Event () | |
Data Fields | |
std::string | event_name |
std::string | table_name |
std::vector< Tag > | tags |
bool | active |
bool | create |
std::vector< Tag > | tags |
bool | printAllTags |
int | size |
std::map< std::string, Tag * > | tags |
std::vector< std::string > | tagNames |
std::vector< int > | tagIndexes |
Event::Event | ( | ) |
Event::~Event | ( | ) |
Event::Event | ( | ) |
Event::~Event | ( | ) |
bool Event::active |
Definition at line 671 of file history_odbc.cxx.
Referenced by CreateEvent(), Event(), SqlHistory::hs_define_event(), hs_define_event_odbc(), SqlHistory::hs_write_event(), hs_write_event_odbc(), and ~Event().
bool Event::create |
Definition at line 672 of file history_odbc.cxx.
Referenced by CreateEvent(), Event(), hs_define_event_odbc(), and ~Event().
std::string Event::event_name |
Definition at line 668 of file history_odbc.cxx.
Referenced by SqlHistory::hs_define_event(), hs_define_event_odbc(), and hs_write_event_odbc().
bool Event::printAllTags |
int Event::size |
std::string Event::table_name |
Definition at line 669 of file history_odbc.cxx.
Referenced by CreateEvent(), SqlHistory::hs_define_event(), and hs_define_event_odbc().
std::vector<int> Event::tagIndexes |
std::vector<std::string> Event::tagNames |
std::map<std::string,Tag*> Event::tags |
Definition at line 109 of file mhdump.cxx.
std::vector<Tag> Event::tags |
Definition at line 803 of file history_sql.cxx.
std::vector<Tag> Event::tags |
Definition at line 670 of file history_odbc.cxx.
Referenced by CreateEvent(), SqlHistory::hs_define_event(), hs_define_event_odbc(), readHstFile(), and WriteEvent().