This file is indexed.

/usr/share/doc/cl-sql/html/ref-ooddl.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
<?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>Object Oriented Data Definition Language (OODDL)</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="index.html" title="CLSQL Users' Guide" /><link rel="prev" href="with-transaction.html" title="WITH-TRANSACTION" /><link rel="next" href="standard-db-object.html" title="STANDARD-DB-OBJECT" /></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Object Oriented Data Definition Language (OODDL)</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="with-transaction.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="standard-db-object.html">Next</a></td></tr></table><hr /></div><div class="reference"><div class="titlepage"><div><div><h1 class="title"><a id="ref-ooddl"></a>Object Oriented Data Definition Language (OODDL)</h1></div></div><hr /></div><div class="partintro"><div></div><p>
      The Object Oriented Data Definition Language (OODDL) provides
      access to relational SQL tables using Common Lisp Object System
      (CLOS) objects.  SQL tables are mapped to CLOS objects with the
      SQL columns being mapped to slots of the CLOS object.
    </p><p>
      The mapping between SQL tables and CLOS objects is defined with
      the macro <a class="link" href="def-view-class.html" title="DEF-VIEW-CLASS"><code class="function">def-view-class</code></a>. SQL
      tables are created with <a class="link" href="create-view-from-class.html" title="CREATE-VIEW-FROM-CLASS"><code class="function">create-view-from-class</code></a>
      and SQL tables can be deleted with <a class="link" href="drop-view-from-class.html" title="DROP-VIEW-FROM-CLASS"><code class="function">drop-view-from-class</code></a>.
    </p><div class="note" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Note</h3><p>The above functions refer to the Lisp
      <span class="emphasis"><em>view</em></span> of the SQL table. This Lisp view
      should not be confused with SQL <code class="function">VIEW</code>
      statement.</p></div><div class="toc"><p><strong>Table of Contents</strong></p><dl class="toc"><dt><span class="refentrytitle"><a href="standard-db-object.html">STANDARD-DB-OBJECT</a></span><span class="refpurpose"> — Superclass for all <span class="application"><span class="emphasis"><em>CLSQL</em></span></span> View Classes.</span></dt><dt><span class="refentrytitle"><a href="default-string-length.html">*DEFAULT-STRING-LENGTH*</a></span><span class="refpurpose"> — Default length of SQL strings.</span></dt><dt><span class="refentrytitle"><a href="create-view-from-class.html">CREATE-VIEW-FROM-CLASS</a></span><span class="refpurpose"> — Create a SQL table from a <a class="glossterm" href="glossary.html#gloss-view-class"><em class="glossterm">View Class</em></a>.</span></dt><dt><span class="refentrytitle"><a href="def-view-class.html">DEF-VIEW-CLASS</a></span><span class="refpurpose"> — Defines CLOS classes with mapping to SQL database.</span></dt><dt><span class="refentrytitle"><a href="drop-view-from-class.html">DROP-VIEW-FROM-CLASS</a></span><span class="refpurpose"> — Delete table from SQL database.</span></dt><dt><span class="refentrytitle"><a href="list-classes.html">LIST-CLASSES</a></span><span class="refpurpose"> — List classes for tables in SQL database.</span></dt></dl></div></div></div><div class="navfooter"><hr /><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="with-transaction.html">Prev</a> </td><td width="20%" align="center"> </td><td width="40%" align="right"> <a accesskey="n" href="standard-db-object.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">WITH-TRANSACTION </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> STANDARD-DB-OBJECT</td></tr></table></div></body></html>