def commit(self):
     """Commit the transaction."""
     pyauetl.endload()
     self.__queue.join()
     self.__jdbcconn.commit()
Example #2
0
 def commit(self):
     """Commit the transaction."""
     pyauetl.endload()
     self.__enqueue('commit')
     self.__join()