6.16. AbortTransaction

[<<<] [>>>]

bdb::AbortTransaction

This command aborts a transaction. This means that the alterations performed during the transaction are not performed and the locked records are released. This command is automatically executed when a database with an active transaction is closed or when the interpreter finishes the program execution and the database remained unclosed with an open transaction.


[<<<] [>>>]