blob: 61e22dda8e7f645b27c240dfab29a224a8ad17e3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version 2.0.12
*
* Do not make changes to this file unless you know what you are doing--modify
* the SWIG interface file instead.
* ----------------------------------------------------------------------------- */
namespace BerkeleyDB.Internal {
internal enum db_recops {
DB_TXN_ABORT = 0,
DB_TXN_APPLY = 1,
DB_TXN_BACKWARD_ROLL = 3,
DB_TXN_FORWARD_ROLL = 4,
DB_TXN_OPENFILES = 5,
DB_TXN_POPENFILES = 6,
DB_TXN_PRINT = 7
}
}
|