summaryrefslogtreecommitdiff
path: root/docs/api_reference/C/dbset_bt_prefix.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/api_reference/C/dbset_bt_prefix.html')
-rw-r--r--docs/api_reference/C/dbset_bt_prefix.html19
1 files changed, 10 insertions, 9 deletions
diff --git a/docs/api_reference/C/dbset_bt_prefix.html b/docs/api_reference/C/dbset_bt_prefix.html
index 96c85249..3f10d9b7 100644
--- a/docs/api_reference/C/dbset_bt_prefix.html
+++ b/docs/api_reference/C/dbset_bt_prefix.html
@@ -14,7 +14,7 @@
<body>
<div xmlns="" class="navheader">
<div class="libver">
- <p>Library Version 11.2.5.3</p>
+ <p>Library Version 12.1.6.1</p>
</div>
<table width="100%" summary="Navigation header">
<tr>
@@ -42,12 +42,13 @@
int
DB-&gt;set_bt_prefix(DB *db,
- size_t (*bt_prefix_fcn)(DB *, const *dbt1, const *dbt2)); </pre>
+ size_t (*bt_prefix_fcn)(DB *, const DBT *dbt1, const DBT *dbt2)); </pre>
<p>
Set the Btree prefix function. The prefix function is used to
determine the amount by which keys stored on the Btree internal pages
can be safely truncated without losing their uniqueness. See the
- <a href="../../programmer_reference/bt_conf.html#am_conf_bt_prefix" class="olink">Btree prefix comparison</a> section of the Berkeley DB Reference Guide for more
+ <a href="../../programmer_reference/bt_conf.html#am_conf_bt_prefix" class="olink">Btree prefix comparison</a>
+ section of the Berkeley DB Reference Guide for more
details about how this works. The usefulness of this is
data-dependent, but can produce significantly reduced tree sizes and
search times in some data sets.
@@ -84,7 +85,7 @@ DB-&gt;set_bt_prefix(DB *db,
<div class="titlepage">
<div>
<div>
- <h3 class="title"><a id="idp58124672"></a>Parameters</h3>
+ <h3 class="title"><a id="idm574056"></a>Parameters</h3>
</div>
</div>
</div>
@@ -92,7 +93,7 @@ DB-&gt;set_bt_prefix(DB *db,
<div class="titlepage">
<div>
<div>
- <h4 class="title"><a id="idp58142392"></a>bt_prefix_fcn</h4>
+ <h4 class="title"><a id="idm600144"></a>bt_prefix_fcn</h4>
</div>
</div>
</div>
@@ -151,7 +152,7 @@ DB-&gt;set_bt_prefix(DB *db,
<div class="titlepage">
<div>
<div>
- <h3 class="title"><a id="idp58146784"></a>Errors</h3>
+ <h3 class="title"><a id="idm1570048"></a>Errors</h3>
</div>
</div>
</div>
@@ -167,7 +168,7 @@ DB-&gt;set_bt_prefix(DB *db,
<div class="titlepage">
<div>
<div>
- <h4 class="title"><a id="idp58153208"></a>EINVAL</h4>
+ <h4 class="title"><a id="idm1244072"></a>EINVAL</h4>
</div>
</div>
</div>
@@ -181,7 +182,7 @@ DB-&gt;set_bt_prefix(DB *db,
<div class="titlepage">
<div>
<div>
- <h3 class="title"><a id="idp58159880"></a>Class</h3>
+ <h3 class="title"><a id="idm975744"></a>Class</h3>
</div>
</div>
</div>
@@ -193,7 +194,7 @@ DB-&gt;set_bt_prefix(DB *db,
<div class="titlepage">
<div>
<div>
- <h3 class="title"><a id="idp58155648"></a>See Also</h3>
+ <h3 class="title"><a id="idm953968"></a>See Also</h3>
</div>
</div>
</div>