This file is indexed.

/usr/share/doc/cl-sql/html/connect-if-exists.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
<?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>*CONNECT-IF-EXISTS*</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-connect.html" title="Connection and Initialisation" /><link rel="prev" href="database.html" title="DATABASE" /><link rel="next" href="db-pool-max-free-connections.html" title="*DB-POOL-MAX-FREE-CONNECTIONS*" /></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">*CONNECT-IF-EXISTS*</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="database.html">Prev</a> </td><th width="60%" align="center">Connection and Initialisation</th><td width="20%" align="right"> <a accesskey="n" href="db-pool-max-free-connections.html">Next</a></td></tr></table><hr /></div><div class="refentry"><a id="connect-if-exists"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>*CONNECT-IF-EXISTS* — Default value for the
      <em class="parameter"><code>if-exists</code></em> parameter of <a class="link" href="connect.html" title="CONNECT"><code class="function">connect</code></a>.<strong>Variable</strong></p></div><div class="refsect1"><a id="idp56210032"></a><h2>Value Type</h2><p>A valid argument to the <em class="parameter"><code>if-exists</code></em> 
      parameter of <code class="function">connect</code>, that is, one of
      <span class="simplelist"><span class="symbol">:new</span>, <span class="symbol">:warn-new</span>, <span class="symbol">:error</span>, <span class="symbol">:warn-old</span>, <span class="symbol">:old</span></span>.
      </p></div><div class="refsect1"><a id="idp59353040"></a><h2>Initial Value</h2><p><span class="symbol">:error</span></p></div><div class="refsect1"><a id="idp59354512"></a><h2>Description</h2><p>The value of this variable is used in calls to
      <code class="function">connect</code> as the default
      value of the <em class="parameter"><code>if-exists</code></em>
      parameter.  See <a class="link" href="connect.html" title="CONNECT"><code class="function">connect</code></a> for
      the semantics of the valid values for this variable.</p></div><div class="refsect1"><a id="idp56528400"></a><h2>Examples</h2><p>None.</p></div><div class="refsect1"><a id="idp56529744"></a><h2>Affected By</h2><p>None.</p></div><div class="refsect1"><a id="idp56531088"></a><h2>See Also</h2><p>
        </p><table border="0" summary="Simple list" class="simplelist"><tr><td><a class="link" href="connect.html" title="CONNECT"><code class="function">connect</code></a></td></tr></table><p>
      </p></div><div class="refsect1"><a id="idp56534400"></a><h2>Notes</h2><p>None.</p></div></div><div class="navfooter"><hr /><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="database.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="ref-connect.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="db-pool-max-free-connections.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">DATABASE </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> *DB-POOL-MAX-FREE-CONNECTIONS*</td></tr></table></div></body></html>