static bool dbRunning(S dbNameOrID) null on exception { RemoteDB db = connectToDBOpt(dbNameOrID); if (db != null) { db.close(); true; } false; }