Sophie

Sophie

distrib > Mageia > 5 > x86_64 > media > core-updates > by-pkgid > d5f0f372848de33546520df127e597cc > files > 1072

lib64db4.8-devel-4.8.30-18.1.mga5.x86_64.rpm

<?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 is_byteswapped</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 TCL API Reference" />
    <link rel="up" href="tclapi.html" title="Chapter 1.  Berkeley DB Tcl APIs" />
    <link rel="prev" href="db_get_type.html" title="db get_type" />
    <link rel="next" href="db_join.html" title="db join" />
  </head>
  <body>
    <div class="navheader">
      <table width="100%" summary="Navigation header">
        <tr>
          <th colspan="3" align="center"><span class="emphasis"><em>db</em></span> is_byteswapped</th>
        </tr>
        <tr>
          <td width="20%" align="left"><a accesskey="p" href="db_get_type.html">Prev</a> </td>
          <th width="60%" align="center">Chapter 1. 
                Berkeley DB Tcl APIs
        </th>
          <td width="20%" align="right"> <a accesskey="n" href="db_join.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="db_is_byteswapped"></a><span class="emphasis"><em>db</em></span> is_byteswapped</h2>
          </div>
        </div>
      </div>
      <pre class="programlisting">db is_byteswapped  </pre>
      <p>
         The <span class="emphasis"><em>db</em></span> <span class="bold"><strong>is_byteswapped</strong></span> command returns 0 if the
         underlying database files were created on an architecture of the same
         byte order as the current one, and 1 if they were not (that is,
         big-endian on a little-endian machine, or vice versa). This
         information may be used to determine if application data needs to be
         adjusted for this architecture or not.
    </p>
      <p>
        In the case of error, a Tcl error is thrown.
    </p>
    </div>
    <div class="navfooter">
      <hr />
      <table width="100%" summary="Navigation footer">
        <tr>
          <td width="40%" align="left"><a accesskey="p" href="db_get_type.html">Prev</a> </td>
          <td width="20%" align="center">
            <a accesskey="u" href="tclapi.html">Up</a>
          </td>
          <td width="40%" align="right"> <a accesskey="n" href="db_join.html">Next</a></td>
        </tr>
        <tr>
          <td width="40%" align="left" valign="top"><span class="emphasis"><em>db</em></span> get_type </td>
          <td width="20%" align="center">
            <a accesskey="h" href="index.html">Home</a>
          </td>
          <td width="40%" align="right" valign="top"> <span class="emphasis"><em>db</em></span> join</td>
        </tr>
      </table>
    </div>
  </body>
</html>