Exemplo n.º 1
0
 def close(self):
     for cursor in self.__cursors:
         cursor.close()
     self.__cursors = []
     embeddedmonetdb.shutdown()
Exemplo n.º 2
0
def shutdown(*args, **kwargs):
    return embeddedmonetdb.shutdown(*args, **kwargs)