/usr/share/doc/python-bsddb3/html/dblock.html is in python-bsddb3-doc 5.2.0-1build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>DBLock — PyBSDDB Documentation</title>
<link rel="stylesheet" href="static/default.css" type="text/css">
<link rel="stylesheet" href="static/pygments.css" type="text/css">
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '',
VERSION: '5.2.0'
};
</script>
<script type="text/javascript" src="static/jquery.js"></script>
<script type="text/javascript" src="static/interface.js"></script>
<script type="text/javascript" src="static/doctools.js"></script>
<link rel="contents" title="Global table of contents" href="contents.html">
<link rel="index" title="Global index" href="genindex.html">
<link rel="search" title="Search" href="search.html">
<link rel="top" title="PyBSDDB Documentation" href="index.html">
<link rel="next" title="DBSequence" href="dbsequence.html">
<link rel="prev" title="DBTxn" href="dbtxn.html">
</head>
<body>
<div class="related">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px"><a href="genindex.html" title="General Index" accesskey="I">index</a></li>
<li class="right"><a href="modindex.html" title="Global Module Index" accesskey="M">modules</a> |</li>
<li class="right"><a href="dbsequence.html" title="DBSequence" accesskey="N">next</a> |</li>
<li class="right"><a href="dbtxn.html" title="DBTxn" accesskey="P">previous</a> |</li>
<li><a href="index.html">PyBSDDB v5.2.0 documentation</a> »</li>
</ul>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body">
<div class="section">
<h1 id="dblock">DBLock<a class="headerlink" href="#dblock" title="Permalink to this headline">ΒΆ</a></h1>
<p>Read <a class="reference" href="http://download.oracle.com/docs/cd/E17076_02/html/programmer_reference/index.html">Oracle documentation</a>
for better understanding.</p>
<p>The DBLock objects have no methods or attributes. They are just opaque
handles to the lock in question.</p>
<p>They are managed via DBEnv methods.</p>
</div>
</div>
</div>
</div>
<div class="sidebar">
<div class="sidebarwrapper">
<h4>Previous topic</h4>
<p class="topless"><a href="dbtxn.html" title="previous chapter">DBTxn</a></p>
<h4>Next topic</h4>
<p class="topless"><a href="dbsequence.html" title="next chapter">DBSequence</a></p>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="related">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px"><a href="genindex.html" title="General Index" accesskey="I">index</a></li>
<li class="right"><a href="modindex.html" title="Global Module Index" accesskey="M">modules</a> |</li>
<li class="right"><a href="dbsequence.html" title="DBSequence" accesskey="N">next</a> |</li>
<li class="right"><a href="dbtxn.html" title="DBTxn" accesskey="P">previous</a> |</li>
<li><a href="index.html">PyBSDDB v5.2.0 documentation</a> »</li>
</ul>
</div>
<div class="footer">
© Copyright 2008-2011 Jesus Cea Avion.
Last updated on Jul 12, 2011.
</div>
</body>
</html>
|