• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/docs/api_reference/C/
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3<html xmlns="http://www.w3.org/1999/xhtml">
4  <head>
5    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
6    <title>DB-&gt;get_lorder()</title>
7    <link rel="stylesheet" href="apiReference.css" type="text/css" />
8    <meta name="generator" content="DocBook XSL Stylesheets V1.73.2" />
9    <link rel="start" href="index.html" title="Berkeley DB C API Reference" />
10    <link rel="up" href="db.html" title="Chapter��2.�� The DB Handle" />
11    <link rel="prev" href="dbget_h_nelem.html" title="DB-&gt;get_h_nelem()" />
12    <link rel="next" href="dbget_msgfile.html" title="DB-&gt;get_msgfile()" />
13  </head>
14  <body>
15    <div class="navheader">
16      <table width="100%" summary="Navigation header">
17        <tr>
18          <th colspan="3" align="center">DB-&gt;get_lorder()</th>
19        </tr>
20        <tr>
21          <td width="20%" align="left"><a accesskey="p" href="dbget_h_nelem.html">Prev</a>��</td>
22          <th width="60%" align="center">Chapter��2.��
23                The DB Handle
24        </th>
25          <td width="20%" align="right">��<a accesskey="n" href="dbget_msgfile.html">Next</a></td>
26        </tr>
27      </table>
28      <hr />
29    </div>
30    <div class="sect1" lang="en" xml:lang="en">
31      <div class="titlepage">
32        <div>
33          <div>
34            <h2 class="title" style="clear: both"><a id="dbget_lorder"></a>DB-&gt;get_lorder()</h2>
35          </div>
36        </div>
37      </div>
38      <pre class="programlisting">#include &lt;db.h&gt;
39
40int
41DB-&gt;get_lorder(DB *db, int *lorderp);  </pre>
42      <p>
43         The <code class="methodname">DB-&gt;get_lorder()</code> method returns the database byte order; a byte
44         order of 4,321 indicates a big endian order, and a byte order of 1,234
45         indicates a little endian order. This value is set using the
46         <a class="xref" href="dbset_lorder.html" title="DB-&gt;set_lorder()">DB-&gt;set_lorder()</a>
47         method.
48    </p>
49      <p>
50         The <code class="methodname">DB-&gt;get_lorder()</code> method may be called at any time during the life
51         of the application.
52    </p>
53      <p>
54         The <code class="methodname">DB-&gt;get_lorder()</code> <span>
55            <span>
56                  method returns a non-zero error value on failure and 0 on success.
57            </span>
58            
59        </span>
60    </p>
61      <div class="sect2" lang="en" xml:lang="en">
62        <div class="titlepage">
63          <div>
64            <div>
65              <h3 class="title"><a id="id1636856"></a>Parameters</h3>
66            </div>
67          </div>
68        </div>
69        <div class="sect3" lang="en" xml:lang="en">
70          <div class="titlepage">
71            <div>
72              <div>
73                <h4 class="title"><a id="id1636620"></a>lorderp</h4>
74              </div>
75            </div>
76          </div>
77          <p>
78                          The <code class="methodname">DB-&gt;get_lorder()</code> method returns  the database byte order in
79                          <span class="bold"><strong>lorderp</strong></span>.
80                     </p>
81        </div>
82      </div>
83      <div class="sect2" lang="en" xml:lang="en">
84        <div class="titlepage">
85          <div>
86            <div>
87              <h3 class="title"><a id="id1636981"></a>Class</h3>
88            </div>
89          </div>
90        </div>
91        <p>
92                <a class="link" href="db.html" title="Chapter��2.�� The DB Handle">DB</a>  
93            </p>
94      </div>
95      <div class="sect2" lang="en" xml:lang="en">
96        <div class="titlepage">
97          <div>
98            <div>
99              <h3 class="title"><a id="id1636480"></a>See Also</h3>
100            </div>
101          </div>
102        </div>
103        <p>
104                     <a class="xref" href="db.html#dblist" title="Database and Related Methods">Database and Related Methods</a>, 
105                    <a class="xref" href="dbset_lorder.html" title="DB-&gt;set_lorder()">DB-&gt;set_lorder()</a>
106                </p>
107      </div>
108    </div>
109    <div class="navfooter">
110      <hr />
111      <table width="100%" summary="Navigation footer">
112        <tr>
113          <td width="40%" align="left"><a accesskey="p" href="dbget_h_nelem.html">Prev</a>��</td>
114          <td width="20%" align="center">
115            <a accesskey="u" href="db.html">Up</a>
116          </td>
117          <td width="40%" align="right">��<a accesskey="n" href="dbget_msgfile.html">Next</a></td>
118        </tr>
119        <tr>
120          <td width="40%" align="left" valign="top">DB-&gt;get_h_nelem()��</td>
121          <td width="20%" align="center">
122            <a accesskey="h" href="index.html">Home</a>
123          </td>
124          <td width="40%" align="right" valign="top">��DB-&gt;get_msgfile()</td>
125        </tr>
126      </table>
127    </div>
128  </body>
129</html>
130