Home
last modified time | relevance | path

Searched refs:set_tx_timestamp (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/bsddb/
Ddbobj.py87 def set_tx_timestamp(self, *args, **kwargs): member in DBEnv
88 return self._cobj.set_tx_timestamp(*args, **kwargs)
/external/python/cpython2/Lib/bsddb/test/
Dtest_basics.py56 self.env.set_tx_timestamp(self._t)
/external/python/cpython2/Modules/
D_bsddb.c6279 err = self->db_env->set_tx_timestamp(self->db_env, &timestamp); in DBEnv_set_tx_timestamp()
/external/python/cpython2/Misc/
DHISTORY1415 - Add bsddb.db.DBEnv.set_tx_timestamp allowing time based database recovery.