コード例 #1
0
 def commit(self):
     """Commit the transaction."""
     pyauetl.endload()
     self.__queue.join()
     self.__jdbcconn.commit()
コード例 #2
0
ファイル: parallel.py プロジェクト: aunalytics/pyauetl
 def commit(self):
     """Commit the transaction."""
     pyauetl.endload()
     self.__enqueue('commit')
     self.__join()