Definition at line 945 of file history_sql.cxx.
Data Fields | |
std::string | event_name |
std::string | table_name |
int | timestamp |
std::vector< IndexEntryTag > | tags |
std::vector< TAG > | tags_cache |
std::string IndexEntry::event_name |
Definition at line 947 of file history_sql.cxx.
Referenced by SqlHistory::hs_get_events(), and SqlHistory::XReadIndex().
std::string IndexEntry::table_name |
Definition at line 948 of file history_sql.cxx.
Referenced by SqlHistory::hs_define_event(), SqlHistory::hs_get_tags(), SqlHistory::hs_read(), and SqlHistory::XReadIndex().
std::vector<IndexEntryTag> IndexEntry::tags |
Definition at line 950 of file history_sql.cxx.
Referenced by FindIndexByColumnName(), FindIndexByTagName(), SqlHistory::hs_read_old_style(), and SqlHistory::XReadIndex().
std::vector<TAG> IndexEntry::tags_cache |