#include <EventDatabase.H>
Public Member Functions | |
bool | put (list< Event > events) |
puts the list of events into the database return true if succeed | |
bool | flush () |
it causes the events that have passed to be flushed out of the DB | |
void | processTestQuery (string query_text) |
allow other classes to query the database and print out the contest of the DB after query. |
|
it causes the events that have passed to be flushed out of the DB flush the events which has passed end times(if end times are known) if end times are unknown flush the events with passed start time
|
|
allow other classes to query the database and print out the contest of the DB after query. allow other classes to query the database and print out the result
|
|
puts the list of events into the database return true if succeed dump the events into the database
|