This file is indexed.

/usr/share/doc/cl-sql/html/restore-sql-reader-syntax-state.html is in cl-sql 6.7.0-1.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
21
22
23
24
25
26
27
28
<?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>RESTORE-SQL-READER-SYNTAX-STATE</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-syntax.html" title="The Symbolic SQL Syntax" /><link rel="prev" href="locally-disable-sql-reader-syntax.html" title="LOCALLY-DISABLE-SQL-READER-SYNTAX" /><link rel="next" href="file-enable-sql-reader-syntax.html" title="FILE-ENABLE-SQL-READER-SYNTAX" /></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">RESTORE-SQL-READER-SYNTAX-STATE</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="locally-disable-sql-reader-syntax.html">Prev</a> </td><th width="60%" align="center">The Symbolic SQL Syntax</th><td width="20%" align="right"> <a accesskey="n" href="file-enable-sql-reader-syntax.html">Next</a></td></tr></table><hr /></div><div class="refentry"><a id="restore-sql-reader-syntax-state"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>RESTORE-SQL-READER-SYNTAX-STATE — 
        Restore square bracket reader syntax to its previous state.
      <strong>Macro</strong></p></div><div class="refsect1"><a id="idp73180832"></a><h2>Syntax</h2><pre class="synopsis">
      <code class="function">restore-sql-reader-syntax-state</code> =&gt; <span class="returnvalue"></span></pre></div><div class="refsect1"><a id="idp73183312"></a><h2>Arguments and Values</h2><p>None.</p></div><div class="refsect1"><a id="idp73184656"></a><h2>Description</h2><p>Enables the SQL reader syntax if <a class="link" href="enable-sql-reader-syntax.html" title="ENABLE-SQL-READER-SYNTAX">
      <code class="function">enable-sql-reader-syntax</code></a> has been
      called more recently than <a class="link" href="disable-sql-reader-syntax.html" title="DISABLE-SQL-READER-SYNTAX">
      <code class="function">disable-sql-reader-syntax</code></a> and
      otherwise disables the SQL reader syntax. By default, the SQL
      reader syntax is disabled.
      </p></div><div class="refsect1"><a id="idp73188704"></a><h2>Examples</h2><p> 
        See <a class="link" href="locally-enable-sql-reader-syntax.html" title="LOCALLY-ENABLE-SQL-READER-SYNTAX">
        <code class="function">locally-enable-sql-reader-syntax</code></a> and 
        <a class="link" href="locally-disable-sql-reader-syntax.html" title="LOCALLY-DISABLE-SQL-READER-SYNTAX">
          <code class="function">locally-disable-sql-reader-syntax</code></a>.
      </p></div><div class="refsect1"><a id="idp73192672"></a><h2>Side Effects</h2><p>
        Reverts the internal syntax state. 
      </p><p> 
        Modifies the default readtable.
      </p></div><div class="refsect1"><a id="idp73194400"></a><h2>Affected by</h2><p>The current internal syntax state.</p></div><div class="refsect1"><a id="idp73195760"></a><h2>Exceptional Situations</h2><p>
        None. 
      </p></div><div class="refsect1"><a id="idp73197104"></a><h2>See Also</h2><table border="0" summary="Simple list" class="simplelist"><tr><td><a class="link" href="enable-sql-reader-syntax.html" title="ENABLE-SQL-READER-SYNTAX"><code class="function">enable-sql-reader-syntax</code></a></td></tr><tr><td><a class="link" href="disable-sql-reader-syntax.html" title="DISABLE-SQL-READER-SYNTAX"><code class="function">disable-sql-reader-syntax</code></a></td></tr><tr><td><a class="link" href="locally-enable-sql-reader-syntax.html" title="LOCALLY-ENABLE-SQL-READER-SYNTAX"><code class="function">locally-enable-sql-reader-syntax</code></a></td></tr><tr><td><a class="link" href="locally-disable-sql-reader-syntax.html" title="LOCALLY-DISABLE-SQL-READER-SYNTAX"><code class="function">locally-disable-sql-reader-syntax</code></a></td></tr><tr><td><a class="link" href="file-enable-sql-reader-syntax.html" title="FILE-ENABLE-SQL-READER-SYNTAX"><code class="function">file-enable-sql-reader-syntax</code></a></td></tr></table></div><div class="refsect1"><a id="idp73205120"></a><h2>Notes</h2><p>
        The symbolic SQL syntax is disabled by default. 
      </p><p> 
        <span class="application"><span class="emphasis"><em>CLSQL</em></span></span> differs from <span class="application">CommonSQL</span> in that
        <code class="function">restore-sql-reader-syntax-state</code> is
        defined as a macro rather than a function.
      </p></div></div><div class="navfooter"><hr /><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="locally-disable-sql-reader-syntax.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="ref-syntax.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="file-enable-sql-reader-syntax.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">LOCALLY-DISABLE-SQL-READER-SYNTAX </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> FILE-ENABLE-SQL-READER-SYNTAX</td></tr></table></div></body></html>