~ubuntu-branches/ubuntu/edgy/rpm/edgy

« back to all changes in this revision

Viewing changes to db/docs/api_cxx/get_errno.html

  • Committer: Bazaar Package Importer
  • Author(s): Joey Hess
  • Date: 2002-01-22 20:56:57 UTC
  • Revision ID: james.westby@ubuntu.com-20020122205657-l74j50mr9z8ofcl5
Tags: upstream-4.0.3
ImportĀ upstreamĀ versionĀ 4.0.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!--$Id: get_errno.so,v 10.9 2001/04/05 20:11:21 bostic Exp $-->
 
2
<!--Copyright 1997-2001 by Sleepycat Software, Inc.-->
 
3
<!--All rights reserved.-->
 
4
<html>
 
5
<head>
 
6
<title>Berkeley DB: DbException::get_errno</title>
 
7
<meta name="description" content="Berkeley DB: An embedded database programmatic toolkit.">
 
8
<meta name="keywords" content="embedded,database,programmatic,toolkit,b+tree,btree,hash,hashing,transaction,transactions,locking,logging,access method,access methods,java,C,C++">
 
9
</head>
 
10
<body bgcolor=white>
 
11
<a name="2"><!--meow--></a>
 
12
<table width="100%"><tr valign=top>
 
13
<td>
 
14
<h1>DbException::get_errno</h1>
 
15
</td>
 
16
<td align=right>
 
17
<a href="../api_cxx/cxx_index.html"><img src="../images/api.gif" alt="API"></a><a href="../reftoc.html"><img src="../images/ref.gif" alt="Ref"></a>
 
18
</td></tr></table>
 
19
<hr size=1 noshade>
 
20
<tt>
 
21
<h3><pre>
 
22
#include &lt;db_cxx.h&gt;
 
23
<p>
 
24
int
 
25
DbException::get_errno() const;
 
26
</pre></h3>
 
27
<h1>Description</h1>
 
28
<p>A DbException object contains an informational string and an errno.
 
29
The errno can be obtained by using DbException::get_errno.
 
30
The informational string can be obtained by using <a href="../api_cxx/what.html">DbException::what</a>.
 
31
<h1>Class</h1>
 
32
<a href="../api_cxx/except_class.html">DbException</a>
 
33
<h1>See Also</h1>
 
34
<a href="../api_cxx/get_errno.html">DbException::get_errno</a>,
 
35
<a href="../api_cxx/what.html">DbException::what</a>,
 
36
and
 
37
<a href="../api_cxx/mem_class.html">DbMemoryException</a>
 
38
</tt>
 
39
<table width="100%"><tr><td><br></td><td align=right>
 
40
<a href="../api_cxx/cxx_index.html"><img src="../images/api.gif" alt="API"></a><a href="../reftoc.html"><img src="../images/ref.gif" alt="Ref"></a>
 
41
</td></tr></table>
 
42
<p><font size=1><a href="http://www.sleepycat.com">Copyright Sleepycat Software</a></font>
 
43
</body>
 
44
</html>