This file is indexed.

/usr/share/doc/cl-sql/html/initialized-database-types.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>*INITIALIZED-DATABASE-TYPES*</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="default-database-type.html" title="*DEFAULT-DATABASE-TYPE*" /><link rel="next" href="connect.html" title="CONNECT" /></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">*INITIALIZED-DATABASE-TYPES*</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="default-database-type.html">Prev</a> </td><th width="60%" align="center">Connection and Initialisation</th><td width="20%" align="right"> <a accesskey="n" href="connect.html">Next</a></td></tr></table><hr /></div><div class="refentry"><a id="initialized-database-types"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>*INITIALIZED-DATABASE-TYPES* — List of all initialized database types<strong>Variable</strong></p></div><div class="refsect1"><a id="idp60620976"></a><h2>Value Type</h2><p>A list of all initialized database types, each of which
      represented by it's corresponding keyword.</p></div><div class="refsect1"><a id="idp60622416"></a><h2>Initial Value</h2><p><code class="constant">NIL</code></p></div><div class="refsect1"><a id="idp60623888"></a><h2>Description</h2><p>This variable is updated whenever
      <code class="function">initialize-database-type</code> is called for a
      database type which hasn't already been initialized before, as
      determined by this variable.  In that case the keyword
      representing the database type is pushed onto the list stored in
      <span class="symbol">*INITIALIZED-DATABASE-TYPES*</span>.</p><div class="caution" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Caution</h3><p>Attempts to modify the value of this variable will
        result in undefined behaviour.</p></div></div><div class="refsect1"><a id="idp60627584"></a><h2>Examples</h2><pre class="screen">
        (setf *default-database-type* :mysql)
        =&gt; :mysql
        (initialize-database-type)
        =&gt; t
        *initialized-database-types*
        =&gt; (:MYSQL)
      </pre></div><div class="refsect1"><a id="idp60629360"></a><h2>Affected By</h2><p>
        </p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="function">initialize-database-type</code></td></tr></table><p>
      </p></div><div class="refsect1"><a id="idp60632288"></a><h2>See Also</h2><table border="0" summary="Simple list" class="simplelist"><tr><td><a class="link" href="initialize-database-type.html" title="INITIALIZE-DATABASE-TYPE"><code class="function">intitialize-database-type</code></a></td></tr></table></div><div class="refsect1"><a id="idp60635184"></a><h2>Notes</h2><p>Direct access to this variable is primarily provided
      because of compatibility with Harlequin's <span class="application">Common
      SQL</span>.</p></div></div><div class="navfooter"><hr /><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="default-database-type.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="connect.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">*DEFAULT-DATABASE-TYPE* </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> CONNECT</td></tr></table></div></body></html>