示例#1
0
 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()
 def commit(self):
     """Commit the transaction."""
     pygrametl.endload()
     self.__queue.join()
     self.__jdbcconn.commit()
示例#4
0
 def commit(self):
     """Commit the transaction."""
     pygrametl.endload()
     self.__enqueue('commit')
     self.__join()