r9803: Remove items done from TODO files.
[clsql.git] / doc / ref-ooddl.xml
index 6ea4d9cdccba6290377c343842c48c5660099217..3114dcf6b6069cc07a01f9644f7e0a8ac6492829 100644 (file)
@@ -24,8 +24,9 @@
       and SQL tables can be deleted with <link
       linkend="drop-view-from-class"><function>drop-view-from-class</function></link>.
     </para>
-    <note>The above functions refer to the Lisp <emphasis>view</emphasis> of the SQL
-    table. This Lisp view should not be confused with SQL <function>VIEW</function> statement.
+    <note>
+      <para>The above functions refer to the Lisp <emphasis>view</emphasis> of the SQL
+    table. This Lisp view should not be confused with SQL <function>VIEW</function> statement.</para>
     </note>
   </partintro>
 
       of all &clsql; View Classes.</para>
     </refsect1>
     <refsect1>
-      <title class="contenttitle">Class details</title>
+      <title>Class details</title>
       <programlisting>(defclass STANDARD-DB-OBJECT ()(...))</programlisting>
     </refsect1>
     <refsect1>
-      <title class="contenttitle">Slots</title>
+      <title>Slots</title>
       <para>
        <simplelist> 
-         <property>slot VIEW-DATABASE is of type (OR NULL DATABASE)
+         <member>slot VIEW-DATABASE is of type (OR NULL DATABASE)
          which stores the associated database for the
-         instance.</property>
+         instance.</member>
        </simplelist> 
       </para>
     </refsect1>
              <member><parameter>number</parameter></member>
              <member><parameter>(number n)</parameter></member>
              <member><parameter>(number n p)</parameter></member>
+             <member>
+               <parameter>tinyint</parameter> - An integer column 8-bits
+               wide. [not supported by all database backends]
+             </member>
              <member>
                <parameter>smallint</parameter> - An integer column 16-bits
                wide. [not supported by all database backends]
       <title>Affected by</title>
       <para>
        <simplelist>
-         Which view classes have been defined in the Lisp session.
+         <member>Which view classes have been defined in the Lisp session.</member>
        </simplelist>
       </para>
     </refsect1>