def commit(self): """Commit the transaction.""" pygrametl.endload() self.__enqueue('commit') self.__join()
def commit(self): """Commit the transaction.""" pygrametl.endload() self.__queue.join() self.__jdbcconn.commit()