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

« back to all changes in this revision

Viewing changes to docs/api_reference/C/index.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:
27
27
      <div class="titlepage">
28
28
        <div>
29
29
          <div>
30
 
            <h1 class="title"><a id="id1629862"></a>Berkeley DB C API Reference</h1>
 
30
            <h1 class="title"><a id="id2991106"></a>Berkeley DB C API Reference</h1>
31
31
          </div>
32
32
          <div class="navtable">
33
33
            <table border="1" width="80%">
528
528
                </tr>
529
529
                <tr>
530
530
                  <td>
 
531
                    <a class="xref" href="envfullversion.html" title="db_full_version">db_full_version</a>
 
532
                  </td>
 
533
                  <td>Return full version information</td>
 
534
                </tr>
 
535
                <tr>
 
536
                  <td>
531
537
                    <a class="xref" href="envget_home.html" title="DB_ENV-&gt;get_home()">DB_ENV-&gt;get_home()</a>
532
538
                  </td>
533
539
                  <td>Return environment's home directory</td>
540
546
                </tr>
541
547
                <tr>
542
548
                  <td>
 
549
                    <a class="xref" href="envlog_verify.html" title="DB_ENV-&gt;log_verify()">DB_ENV-&gt;log_verify()</a>
 
550
                  </td>
 
551
                  <td>Verify log files of an environment.</td>
 
552
                </tr>
 
553
                <tr>
 
554
                  <td>
543
555
                    <a class="xref" href="envlsn_reset.html" title="DB_ENV-&gt;lsn_reset()">DB_ENV-&gt;lsn_reset()</a>
544
556
                  </td>
545
557
                  <td>Reset database file LSNs</td>
705
717
                  <td>Set/get number of lock partitions</td>
706
718
                </tr>
707
719
                <tr>
 
720
                  <td><a class="xref" href="envset_lk_priority.html" title="DB_ENV-&gt;set_lk_priority()">DB_ENV-&gt;set_lk_priority()</a>, <a class="xref" href="envget_lk_priority.html" title="DB_ENV-&gt;get_lk_priority()">DB_ENV-&gt;get_lk_priority()</a></td>
 
721
                  <td>Set/get a locker's deadlock priority</td>
 
722
                </tr>
 
723
                <tr>
708
724
                  <td>
709
725
                    <a class="xref" href="lockdetect.html" title="DB_ENV-&gt;lock_detect()">DB_ENV-&gt;lock_detect()</a>
710
726
                  </td>
913
929
                  <td>Set/get maximum file size to memory map when opened read-only</td>
914
930
                </tr>
915
931
                <tr>
 
932
                  <td><a class="xref" href="envset_mp_pagesize.html" title="DB_ENV-&gt;set_mp_pagesize()">DB_ENV-&gt;set_mp_pagesize()</a>, <a class="xref" href="envget_mp_pagesize.html" title="DB_ENV-&gt;get_mp_pagesize()">DB_ENV-&gt;get_mp_pagesize()</a></td>
 
933
                  <td>Set/get page size to configure the buffer pool</td>
 
934
                </tr>
 
935
                <tr>
 
936
                  <td><a class="xref" href="envset_mp_tablesize.html" title="DB_ENV-&gt;set_mp_tablesize()">DB_ENV-&gt;set_mp_tablesize()</a>, <a class="xref" href="envget_mp_tablesize.html" title="DB_ENV-&gt;get_mp_tablesize()">DB_ENV-&gt;get_mp_tablesize()</a></td>
 
937
                  <td>Set/get the hash table size</td>
 
938
                </tr>
 
939
                <tr>
916
940
                  <td>
917
941
                    <a class="xref" href="mempfclose.html" title="DB_MPOOLFILE-&gt;close()">DB_MPOOLFILE-&gt;close()</a>
918
942
                  </td>
1138
1162
                </tr>
1139
1163
                <tr>
1140
1164
                  <td>
 
1165
                    <a class="xref" href="envtxn_applied.html" title="DB_ENV-&gt;txn_applied()">DB_ENV-&gt;txn_applied()</a>
 
1166
                  </td>
 
1167
                  <td>Check if a transaction has been replicated</td>
 
1168
                </tr>
 
1169
                <tr>
 
1170
                  <td>
 
1171
                    <a class="xref" href="txnset_commit_token.html" title="DB_TXN-&gt;set_commit_token()">DB_TXN-&gt;set_commit_token()</a>
 
1172
                  </td>
 
1173
                  <td>Set a commit token</td>
 
1174
                </tr>
 
1175
                <tr>
 
1176
                  <td>
1141
1177
                    <a class="xref" href="seqcreate.html" title="db_sequence_create">db_sequence_create</a>
1142
1178
                  </td>
1143
1179
                  <td>Create a sequence handle</td>
1230
1266
                </tr>
1231
1267
                <tr>
1232
1268
                  <td>
1233
 
                    <a class="xref" href="txnabort.html" title="DB_TXN-&gt;abort()">DB_TXN-&gt;abort()</a>
 
1269
                    <a class="xref" href="txnrecover.html" title="DB_ENV-&gt;txn_recover()">DB_ENV-&gt;txn_recover()</a>
1234
1270
                  </td>
1235
 
                  <td>Abort a transaction</td>
 
1271
                  <td>Distributed transaction recovery</td>
1236
1272
                </tr>
1237
1273
                <tr>
1238
1274
                  <td>
1248
1284
                </tr>
1249
1285
                <tr>
1250
1286
                  <td>
 
1287
                    <a class="xref" href="txnstat.html" title="DB_ENV-&gt;txn_stat()">DB_ENV-&gt;txn_stat()</a>
 
1288
                  </td>
 
1289
                  <td>Return transaction subsystem statistics</td>
 
1290
                </tr>
 
1291
                <tr>
 
1292
                  <td>
 
1293
                    <a class="xref" href="txnstat_print.html" title="DB_ENV-&gt;txn_stat_print()">DB_ENV-&gt;txn_stat_print()</a>
 
1294
                  </td>
 
1295
                  <td>Print transaction subsystem statistics</td>
 
1296
                </tr>
 
1297
                <tr>
 
1298
                  <td>
 
1299
                    <a class="xref" href="txnabort.html" title="DB_TXN-&gt;abort()">DB_TXN-&gt;abort()</a>
 
1300
                  </td>
 
1301
                  <td>Abort a transaction</td>
 
1302
                </tr>
 
1303
                <tr>
 
1304
                  <td>
1251
1305
                    <a class="xref" href="txncommit.html" title="DB_TXN-&gt;commit()">DB_TXN-&gt;commit()</a>
1252
1306
                  </td>
1253
1307
                  <td>Commit a transaction</td>
1271
1325
                  <td>Prepare a transaction for commit</td>
1272
1326
                </tr>
1273
1327
                <tr>
1274
 
                  <td>
1275
 
                    <a class="xref" href="txnrecover.html" title="DB_ENV-&gt;txn_recover()">DB_ENV-&gt;txn_recover()</a>
1276
 
                  </td>
1277
 
                  <td>Distributed transaction recovery</td>
1278
 
                </tr>
1279
 
                <tr>
1280
1328
                  <td><a class="xref" href="txnset_name.html" title="DB_TXN-&gt;set_name()">DB_TXN-&gt;set_name()</a>, <a class="xref" href="txnget_name.html" title="DB_TXN-&gt;get_name()">DB_TXN-&gt;get_name()</a></td>
1281
1329
                  <td>Associate a string with a transaction</td>
1282
1330
                </tr>
1283
1331
                <tr>
 
1332
                  <td><a class="xref" href="txnset_priority.html" title="DB_TXN-&gt;set_priority()">DB_TXN-&gt;set_priority()</a>, <a class="xref" href="txnget_priority.html" title="DB_TXN-&gt;get_priority()">DB_TXN-&gt;get_priority()</a></td>
 
1333
                  <td>Set/get transaction's priority</td>
 
1334
                </tr>
 
1335
                <tr>
1284
1336
                  <td>
1285
1337
                    <a class="xref" href="txnset_timeout.html" title="DB_TXN-&gt;set_timeout()">DB_TXN-&gt;set_timeout()</a>
1286
1338
                  </td>
1288
1340
                </tr>
1289
1341
                <tr>
1290
1342
                  <td>
1291
 
                    <a class="xref" href="txnstat.html" title="DB_ENV-&gt;txn_stat()">DB_ENV-&gt;txn_stat()</a>
1292
 
                  </td>
1293
 
                  <td>Return transaction subsystem statistics</td>
1294
 
                </tr>
1295
 
                <tr>
1296
 
                  <td>
1297
 
                    <a class="xref" href="txnstat_print.html" title="DB_ENV-&gt;txn_stat_print()">DB_ENV-&gt;txn_stat_print()</a>
1298
 
                  </td>
1299
 
                  <td>Print transaction subsystem statistics</td>
1300
 
                </tr>
1301
 
                <tr>
1302
 
                  <td>
1303
1343
                    <a class="xref" href="db_archive.html" title="db_archive">db_archive</a>
1304
1344
                  </td>
1305
1345
                  <td>Archival utility</td>
1336
1376
                </tr>
1337
1377
                <tr>
1338
1378
                  <td>
 
1379
                    <a class="xref" href="db_log_verify.html" title="db_log_verify">db_log_verify</a>
 
1380
                  </td>
 
1381
                  <td>Log verification utility</td>
 
1382
                </tr>
 
1383
                <tr>
 
1384
                  <td>
1339
1385
                    <a class="xref" href="db_printlog.html" title="db_printlog">db_printlog</a>
1340
1386
                  </td>
1341
1387
                  <td>Transaction log display utility</td>
1348
1394
                </tr>
1349
1395
                <tr>
1350
1396
                  <td>
1351
 
                    <a class="xref" href="db_sql.html" title="db_sql">db_sql</a>
 
1397
                    <a class="xref" href="db_sql_codegen.html" title="db_sql_codegen">db_sql_codegen</a>
1352
1398
                  </td>
1353
1399
                  <td>SQL schema to Berkeley DB code in C</td>
1354
1400
                </tr>
1355
1401
                <tr>
1356
1402
                  <td>
 
1403
                    <a class="xref" href="dbsql.html" title="dbsql">dbsql</a>
 
1404
                  </td>
 
1405
                  <td>Command line interface to libdb_sql</td>
 
1406
                </tr>
 
1407
                <tr>
 
1408
                  <td>
1357
1409
                    <a class="xref" href="db_stat.html" title="db_stat">db_stat</a>
1358
1410
                  </td>
1359
1411
                  <td>Statistics utility</td>
1372
1424
                </tr>
1373
1425
                <tr>
1374
1426
                  <td>
 
1427
                    <a class="xref" href="sqlite3.html" title="sqlite3">sqlite3</a>
 
1428
                  </td>
 
1429
                  <td>Command line tool for wrapper library libsqlite3</td>
 
1430
                </tr>
 
1431
                <tr>
 
1432
                  <td>
1375
1433
                    <a class="xref" href="dbm.html" title="dbm/ndbm">dbm/ndbm</a>
1376
1434
                  </td>
1377
1435
                  <td>Compatibility for applications written to the historic dbm or hdbm interfaces</td>
1513
1571
          </div>
1514
1572
          <div>
1515
1573
            <div class="legalnotice">
1516
 
              <a id="id1630045"></a>
 
1574
              <a id="id3821896"></a>
1517
1575
              <p class="legalnotice-title">
1518
1576
                <b>Legal Notice</b>
1519
1577
              </p>
1535
1593
            express prior written consent of Oracle.
1536
1594
    </p>
1537
1595
              <p>
 
1596
        Other names may be trademarks of their respective owners.
 
1597
    </p>
 
1598
              <p>
1538
1599
        To obtain a copy of this document's original source code, please
1539
1600
        submit a request to the Oracle Technology Network forum at:
1540
1601
        <a class="ulink" href="http://forums.oracle.com/forums/forum.jspa?forumID=271" target="_top">http://forums.oracle.com/forums/forum.jspa?forumID=271</a>
1544
1605
            </div>
1545
1606
          </div>
1546
1607
          <div>
1547
 
            <p class="pubdate">8/14/2009</p>
 
1608
            <p class="pubdate">6/25/2010</p>
1548
1609
          </div>
1549
1610
        </div>
1550
1611
        <hr />