close method

void close ()

Close the database. Cannot be access anymore

Implementation

void close() {
  _trigger.close();
}