Syntax
long commit.transaction()
Description
This ends the current transaction. All changes made during the transaction are stored in the database.
To cancel a transaction, use abort.transaction() instead.
Return values
0 success
<>0 error
Related Post:
long commit.transaction()
Description
This ends the current transaction. All changes made during the transaction are stored in the database.
To cancel a transaction, use abort.transaction() instead.
Return values
0 success
<>0 error
Related Post:
0 comments:
Post a Comment