Syntax
long abort.transaction()
Description
This cancels the current database transaction. No changes are stored in the database.
To commit a transaction and store changes made in the database, use commit.transaction() instead.
Return values
0 success
<>0 error
Related Post:
long abort.transaction()
Description
This cancels the current database transaction. No changes are stored in the database.
To commit a transaction and store changes made in the database, use commit.transaction() instead.
Return values
0 success
<>0 error
Related Post:
- Database Operations
0 comments:
Post a Comment