/* ---------------------------------------------------------------------------- * This file was automatically generated by SWIG (http://www.swig.org). * Version 1.3.38 * * 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_lockop_t { DB_LOCK_DUMP = 0, DB_LOCK_GET = 1, DB_LOCK_GET_TIMEOUT = 2, DB_LOCK_INHERIT = 3, DB_LOCK_PUT = 4, DB_LOCK_PUT_ALL = 5, DB_LOCK_PUT_OBJ = 6, DB_LOCK_PUT_READ = 7, DB_LOCK_TIMEOUT = 8, DB_LOCK_TRADE = 9, DB_LOCK_UPGRADE_WRITE = 10 } }