| 464 | } |
| 465 | |
| 466 | void IdoPgsqlConnection::ClearTablesBySession() |
| 467 | { |
| 468 | /* delete all comments and downtimes without current session token */ |
| 469 | ClearTableBySession("comments"); |
| 470 | ClearTableBySession("scheduleddowntime"); |
| 471 | } |
| 472 | |
| 473 | void IdoPgsqlConnection::ClearTableBySession(const String& table) |
| 474 | { |
nothing calls this directly
no outgoing calls
no test coverage detected