Sindbad~EG File Manager
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Db::set_heap_regionsize()</title>
<link rel="stylesheet" href="apiReference.css" type="text/css" />
<meta name="generator" content="DocBook XSL Stylesheets V1.73.2" />
<link rel="start" href="index.html" title="Berkeley DB C++ API Reference" />
<link rel="up" href="db.html" title="Chapter 2. The Db Handle" />
<link rel="prev" href="dbset_heapsize.html" title="Db::set_heapsize()" />
<link rel="next" href="dbset_lk_exclusive.html" title="Db::set_lk_exclusive()" />
</head>
<body>
<div xmlns="" class="navheader">
<div class="libver">
<p>Library Version 18.1.40</p>
</div>
<table width="100%" summary="Navigation header">
<tr>
<th colspan="3" align="center">
<span xmlns="http://www.w3.org/1999/xhtml">Db::set_heap_regionsize()</span>
</th>
</tr>
<tr>
<td width="20%" align="left"><a accesskey="p" href="dbset_heapsize.html">Prev</a> </td>
<th width="60%" align="center">Chapter 2.
The Db Handle
</th>
<td width="20%" align="right"> <a accesskey="n" href="dbset_lk_exclusive.html">Next</a></td>
</tr>
</table>
<hr />
</div>
<div class="sect1" lang="en" xml:lang="en">
<div class="titlepage">
<div>
<div>
<h2 class="title" style="clear: both"><a id="dbset_heap_regionsize"></a>
<span>Db::set_heap_regionsize()</span>
</h2>
</div>
</div>
</div>
<pre class="programlisting">#include <db_cxx.h>
int
Db::set_heap_regionsize(u_int32_t npages); </pre>
<p>
Sets the number of pages in a region of a database configured to
use the Heap access method. If this method is never called, the
default region size for the database's page size will be used. You
can set the database page size using the
<a class="xref" href="dbset_pagesize.html" title="Db::set_pagesize()">
<span>Db::set_pagesize()</span>
</a>
method.
</p>
<p>
The <code class="methodname">Db::set_heap_regionsize()</code> method may not be
called after the <a class="xref" href="dbopen.html" title="Db::open()">
<span>Db::open()</span>
</a>
method is called. If the database already exists when
<a class="xref" href="dbopen.html" title="Db::open()">
<span>Db::open()</span>
</a> is called, the
information specified to
<code class="methodname">Db::set_heap_regionsize()</code> will be
ignored. If the specified region size is larger than the maximum
region size for the database's page size, an error will be
returned when <a class="xref" href="dbopen.html" title="Db::open()">
<span>Db::open()</span>
</a> is
called. The maximum allowable region size will be included in the
error message.
</p>
<p>
The <code class="methodname">Db::set_heap_regionsize()</code> <span>
<span>
method either returns a non-zero error value or throws an
exception that encapsulates a non-zero error value on
failure, and returns 0 on success.
</span>
</span>
</p>
<div class="sect2" lang="en" xml:lang="en">
<div class="titlepage">
<div>
<div>
<h3 class="title"><a id="idm139755630087952"></a>Parameters</h3>
</div>
</div>
</div>
<div class="sect3" lang="en" xml:lang="en">
<div class="titlepage">
<div>
<div>
<h4 class="title"><a id="idm139755628812208"></a>npages</h4>
</div>
</div>
</div>
<p>
The <span class="bold"><strong>npages</strong></span> parameter is
the number of pages in a Heap database region.
</p>
</div>
</div>
<div class="sect2" lang="en" xml:lang="en">
<div class="titlepage">
<div>
<div>
<h3 class="title"><a id="idm139755633018672"></a>Errors</h3>
</div>
</div>
</div>
<p>
The <code class="methodname">Db::set_heap_regionsize()</code> <span>
<span>
method may fail and throw a <a class="link" href="dbexception.html" title="Chapter 6. The DbException Class">DbException</a>
exception, encapsulating one of the following non-zero errors, or return one
of the following non-zero errors:
</span>
</span>
</p>
<div class="sect3" lang="en" xml:lang="en">
<div class="titlepage">
<div>
<div>
<h4 class="title"><a id="idm139755630427952"></a>EINVAL</h4>
</div>
</div>
</div>
<p>
If the specified region size was too small; the method was
called after <a class="xref" href="dbopen.html" title="Db::open()">
<span>Db::open()</span>
</a>
was called; or if an invalid flag value or parameter was specified.
</p>
</div>
</div>
<div class="sect2" lang="en" xml:lang="en">
<div class="titlepage">
<div>
<div>
<h3 class="title"><a id="idm139755630294208"></a>Class</h3>
</div>
</div>
</div>
<p>
<a class="link" href="db.html" title="Chapter 2. The Db Handle">Db</a>
</p>
</div>
<div class="sect2" lang="en" xml:lang="en">
<div class="titlepage">
<div>
<div>
<h3 class="title"><a id="idm139755624746624"></a>See Also</h3>
</div>
</div>
</div>
<p>
<a class="xref" href="db.html#dblist" title="Database and Related Methods">Database and Related Methods</a>,
<a class="xref" href="dbget_heap_regionsize.html" title="Db::get_heap_regionsize()">
<span>Db::get_heap_regionsize()</span>
</a>
</p>
</div>
</div>
<div class="navfooter">
<hr />
<table width="100%" summary="Navigation footer">
<tr>
<td width="40%" align="left"><a accesskey="p" href="dbset_heapsize.html">Prev</a> </td>
<td width="20%" align="center">
<a accesskey="u" href="db.html">Up</a>
</td>
<td width="40%" align="right"> <a accesskey="n" href="dbset_lk_exclusive.html">Next</a></td>
</tr>
<tr>
<td width="40%" align="left" valign="top">
<span>Db::set_heapsize()</span>
</td>
<td width="20%" align="center">
<a accesskey="h" href="index.html">Home</a>
</td>
<td width="40%" align="right" valign="top">
<span>Db::set_lk_exclusive()</span>
</td>
</tr>
</table>
</div>
</body>
</html>
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists