Пример #1
0
 def commit(self):
     """Commit the transaction."""
     pygrametl.endload()
     self.__enqueue('commit')
     self.__join()
Пример #2
0
 def commit(self):
     """Commit the transaction."""
     pygrametl.endload()
     self.__queue.join()
     self.__jdbcconn.commit()
Пример #3
0
 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()