TorcGraph.deleteDatabaseAndCloseConnection's intended use it to delete the database and gracefully close all open connections that may be associated with this graph, including all transactions. This method, however, only closes the transaction of the current thread, if it is open, and disregards the transactions opened on other threads.