This file is indexed.

/usr/share/doc/cl-sql/html/sql-timeout-error.html is in cl-sql 6.5.0-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
<?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>SQL-TIMEOUT-ERROR</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1" /><link rel="home" href="index.html" title="CLSQL Users' Guide" /><link rel="up" href="ref-conditions.html" title="CLSQL Condition System" /><link rel="prev" href="sql-temporary-error.html" title="SQL-TEMPORARY-ERROR" /><link rel="next" href="sql-fatal-error.html" title="SQL-FATAL-ERROR" /></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">SQL-TIMEOUT-ERROR</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="sql-temporary-error.html">Prev</a> </td><th width="60%" align="center">CLSQL Condition System</th><td width="20%" align="right"> <a accesskey="n" href="sql-fatal-error.html">Next</a></td></tr></table><hr /></div><div class="refentry"><a id="sql-timeout-error"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>SQL-TIMEOUT-ERROR — condition representing errors when a connection
      times out.<strong>Condition Type</strong></p></div><div class="refsect1"><a id="idp56755792"></a><h2>Class Precedence List</h2><p>
        <span class="simplelist"><a class="link" href="sql-connection-error.html" title="SQL-CONNECTION-ERROR"><span class="errortype">sql-connection-error</span></a>, <a class="link" href="sql-database-error.html" title="SQL-DATABASE-ERROR"><span class="errortype">sql-database-error</span></a>, <a class="link" href="sql-error.html" title="SQL-ERROR"><span class="errortype">sql-error</span></a>, <span class="errortype">simple-error</span>, <span class="errortype">simple-condition</span>, <span class="errortype">error</span>, <span class="errortype">serious-condition</span>, <a class="link" href="sql-condition.html" title="SQL-CONDITION"><span class="errortype">sql-condition</span></a>, <span class="errortype">condition</span>, <span class="errortype">t</span></span>
      </p></div><div class="refsect1"><a id="idp56765216"></a><h2>Description</h2><p>This condition represents errors that occur when the
      database times out while processing some operation. The
      following initialization arguments and accessors exist:</p><div class="segmentedlist"><div class="seglistitem"><div class="seg"><strong><span class="segtitle">Initarg: </span></strong><span class="symbol">:database-type</span></div><div class="seg"><strong><span class="segtitle">Accessor: </span></strong><code class="function">sql-error-database-type</code></div><div class="seg"><strong><span class="segtitle">Description: </span></strong>Database type for the connection attempt</div></div><div class="seglistitem"><div class="seg"><strong><span class="segtitle">Initarg: </span></strong><span class="symbol">:connection-spec</span></div><div class="seg"><strong><span class="segtitle">Accessor: </span></strong><code class="function">sql-error-connection-spec</code></div><div class="seg"><strong><span class="segtitle">Description: </span></strong>The connection specification used in the
          connection attempt.</div></div><div class="seglistitem"><div class="seg"><strong><span class="segtitle">Initarg: </span></strong><span class="symbol">:database</span></div><div class="seg"><strong><span class="segtitle">Accessor: </span></strong><code class="function">sql-error-database</code></div><div class="seg"><strong><span class="segtitle">Description: </span></strong>The database object that was involved in the
          incident.</div></div><div class="seglistitem"><div class="seg"><strong><span class="segtitle">Initarg: </span></strong><span class="symbol">:error-id</span></div><div class="seg"><strong><span class="segtitle">Accessor: </span></strong><code class="function">sql-error-error-id</code></div><div class="seg"><strong><span class="segtitle">Description: </span></strong>The numeric or symbolic error specification
          returned by the database back-end.  The values and
          semantics of this are interface specific.</div></div><div class="seglistitem"><div class="seg"><strong><span class="segtitle">Initarg: </span></strong><span class="symbol">:secondary-error-id</span></div><div class="seg"><strong><span class="segtitle">Accessor: </span></strong><code class="function">sql-error-secondary-error-id</code></div><div class="seg"><strong><span class="segtitle">Description: </span></strong>The secondary numeric or symbolic error specification
          returned by the database back-end.  The values and
          semantics of this are interface specific.</div></div><div class="seglistitem"><div class="seg"><strong><span class="segtitle">Initarg: </span></strong><span class="symbol">:message</span></div><div class="seg"><strong><span class="segtitle">Accessor: </span></strong><code class="function">sql-error-database-message</code></div><div class="seg"><strong><span class="segtitle">Description: </span></strong>A string describing the problem that occurred,
          possibly one returned by the database back-end.</div></div></div></div><div class="refsect1"><a id="idp56782768"></a><h2>Notes</h2><p>
        The slot accessors
        <code class="function">sql-error-database</code>,
        <code class="function">sql-error-database-type</code> and
        <code class="function">sql-error-connection-spec</code> are
        <span class="application"><span class="emphasis"><em>CLSQL</em></span></span> extensions.
      </p></div></div><div class="navfooter"><hr /><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="sql-temporary-error.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="ref-conditions.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="sql-fatal-error.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">SQL-TEMPORARY-ERROR </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> SQL-FATAL-ERROR</td></tr></table></div></body></html>