Freeze::Transaction

Overview

local interface Transaction

A transaction. If you want to use a transaction concurrently in multiple threads, you need to serialize access to this transaction.

Operation Index

commit

Commit this transaction.

rollback

Roll back this transaction.

commit

void commit();

Commit this transaction.

rollback

void rollback();

Roll back this transaction.