Library Version 11.2.5.2
DbTxn* current_txn(DbEnv *env)
Get current transaction of environment "env".
The environment whose current transaction we want to get.
Current transaction of env.
dbstl transaction API.
You should call these API rather than DB C/C++ API to use Berkeley DB transaction features.
dbstl_global_functions