.TH "Transaction DB Flags" 3 "Wed May 18 2016" "LMDB" \" -*- nroff -*- .ad l .nh .SH NAME Transaction DB Flags \- .SS "Macros" .in +1c .ti -1c .RI "#define \fBDB_DIRTY\fP 0x01" .br .ti -1c .RI "#define \fBDB_STALE\fP 0x02" .br .ti -1c .RI "#define \fBDB_NEW\fP 0x04" .br .ti -1c .RI "#define \fBDB_VALID\fP 0x08" .br .ti -1c .RI "#define \fBDB_USRVALID\fP 0x10" .br .in -1c .SH "Detailed Description" .PP .SH "Macro Definition Documentation" .PP .SS "#define DB_DIRTY 0x01" DB was modified or is DUPSORT data .SS "#define DB_STALE 0x02" Named-DB record is older than txnID .SS "#define DB_NEW 0x04" Named-DB handle opened in this txn .SS "#define DB_VALID 0x08" DB handle is valid, see also \fBMDB_VALID\fP .SS "#define DB_USRVALID 0x10" As \fBDB_VALID\fP, but not set for \fBFREE_DBI\fP .SH "Author" .PP Generated automatically by Doxygen for LMDB from the source code\&.