~ubuntu-branches/ubuntu/saucy/db/saucy-proposed

« back to all changes in this revision

Viewing changes to docs/api_reference/C/dbexists.html

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2010-10-25 22:16:35 UTC
  • mfrom: (13.1.11 sid)
  • Revision ID: james.westby@ubuntu.com-20101025221635-k0o38lxdx9kle3mh
Tags: 5.0.26-3ubuntu1
* Resynchronise with Debian.  Remaining changes:
  - Pass --build/--host to configure to support cross-building, and don't
    override CC.
  - Disable the Java build when cross-building, for now.

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
        <div class="titlepage">
55
55
          <div>
56
56
            <div>
57
 
              <h3 class="title"><a id="id1634051"></a>Parameters</h3>
58
 
            </div>
59
 
          </div>
60
 
        </div>
61
 
        <div class="sect3" lang="en" xml:lang="en">
62
 
          <div class="titlepage">
63
 
            <div>
64
 
              <div>
65
 
                <h4 class="title"><a id="id1634130"></a>flags</h4>
 
57
              <h3 class="title"><a id="id3826277"></a>Parameters</h3>
 
58
            </div>
 
59
          </div>
 
60
        </div>
 
61
        <div class="sect3" lang="en" xml:lang="en">
 
62
          <div class="titlepage">
 
63
            <div>
 
64
              <div>
 
65
                <h4 class="title"><a id="id3825817"></a>txnid</h4>
 
66
              </div>
 
67
            </div>
 
68
          </div>
 
69
          <p>
 
70
                If the operation is part of an application-specified transaction, the <span class="bold"><strong>txnid</strong></span> parameter is a transaction handle returned from
 
71
                <a class="xref" href="txnbegin.html" title="DB_ENV-&gt;txn_begin()">DB_ENV-&gt;txn_begin()</a>; if the operation is part of a
 
72
                Berkeley DB Concurrent Data Store group, the <span class="bold"><strong>txnid</strong></span>
 
73
                parameter is a handle returned from 
 
74
                <a class="xref" href="envcdsgroup_begin.html" title="DB_ENV-&gt;cdsgroup_begin()">DB_ENV-&gt;cdsgroup_begin()</a>; otherwise NULL.  
 
75
                If no transaction handle is specified, but the
 
76
                operation occurs in a transactional database, the operation will be
 
77
                implicitly transaction protected.
 
78
            </p>
 
79
        </div>
 
80
        <div class="sect3" lang="en" xml:lang="en">
 
81
          <div class="titlepage">
 
82
            <div>
 
83
              <div>
 
84
                <h4 class="title"><a id="id3826251"></a>key</h4>
 
85
              </div>
 
86
            </div>
 
87
          </div>
 
88
          <p>
 
89
                The key <a class="link" href="dbt.html" title="Chapter 4.  The DBT Handle">DBT</a>  operated on.
 
90
            </p>
 
91
        </div>
 
92
        <div class="sect3" lang="en" xml:lang="en">
 
93
          <div class="titlepage">
 
94
            <div>
 
95
              <div>
 
96
                <h4 class="title"><a id="id3825844"></a>flags</h4>
66
97
              </div>
67
98
            </div>
68
99
          </div>
115
146
            </ul>
116
147
          </div>
117
148
        </div>
118
 
        <div class="sect3" lang="en" xml:lang="en">
119
 
          <div class="titlepage">
120
 
            <div>
121
 
              <div>
122
 
                <h4 class="title"><a id="id1634222"></a>key</h4>
123
 
              </div>
124
 
            </div>
125
 
          </div>
126
 
          <p>
127
 
                The key <a class="link" href="dbt.html" title="Chapter 4.  The DBT Handle">DBT</a>  operated on.
128
 
            </p>
129
 
        </div>
130
 
        <div class="sect3" lang="en" xml:lang="en">
131
 
          <div class="titlepage">
132
 
            <div>
133
 
              <div>
134
 
                <h4 class="title"><a id="id1634305"></a>txnid</h4>
135
 
              </div>
136
 
            </div>
137
 
          </div>
138
 
          <p>
139
 
                If the operation is part of an application-specified transaction, the <span class="bold"><strong>txnid</strong></span> parameter is a transaction handle returned from
140
 
                <a class="xref" href="txnbegin.html" title="DB_ENV-&gt;txn_begin()">DB_ENV-&gt;txn_begin()</a>; if the operation is part of a
141
 
                Berkeley DB Concurrent Data Store group, the <span class="bold"><strong>txnid</strong></span>
142
 
                parameter is a handle returned from 
143
 
                <a class="xref" href="envcdsgroup_begin.html" title="DB_ENV-&gt;cdsgroup_begin()">DB_ENV-&gt;cdsgroup_begin()</a>; otherwise NULL.  
144
 
                If no transaction handle is specified, but the
145
 
                operation occurs in a transactional database, the operation will be
146
 
                implicitly transaction protected.
147
 
            </p>
148
 
        </div>
149
149
      </div>
150
150
      <div class="sect2" lang="en" xml:lang="en">
151
151
        <div class="titlepage">
152
152
          <div>
153
153
            <div>
154
 
              <h3 class="title"><a id="id1634446"></a>Class</h3>
 
154
              <h3 class="title"><a id="id3826548"></a>Class</h3>
155
155
            </div>
156
156
          </div>
157
157
        </div>
163
163
        <div class="titlepage">
164
164
          <div>
165
165
            <div>
166
 
              <h3 class="title"><a id="id1634296"></a>See Also</h3>
 
166
              <h3 class="title"><a id="id3826350"></a>See Also</h3>
167
167
            </div>
168
168
          </div>
169
169
        </div>