MCPcopy Create free account
hub / github.com/Icinga/icinga2 / ClearTablesBySession

Method ClearTablesBySession

lib/db_ido_pgsql/idopgsqlconnection.cpp:466–471  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

464}
465
466void IdoPgsqlConnection::ClearTablesBySession()
467{
468 /* delete all comments and downtimes without current session token */
469 ClearTableBySession("comments");
470 ClearTableBySession("scheduleddowntime");
471}
472
473void IdoPgsqlConnection::ClearTableBySession(const String& table)
474{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected