X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=doc%2Fref-ooddl.xml;h=3114dcf6b6069cc07a01f9644f7e0a8ac6492829;hb=7b9b150cf1be6c4a52855c1a8004673cac1beaa0;hp=6ea4d9cdccba6290377c343842c48c5660099217;hpb=e877b742b7e9a3d0ce6d4080bb78aada354ffa88;p=clsql.git diff --git a/doc/ref-ooddl.xml b/doc/ref-ooddl.xml index 6ea4d9c..3114dcf 100644 --- a/doc/ref-ooddl.xml +++ b/doc/ref-ooddl.xml @@ -24,8 +24,9 @@ and SQL tables can be deleted with drop-view-from-class. - The above functions refer to the Lisp view of the SQL - table. This Lisp view should not be confused with SQL VIEW statement. + + The above functions refer to the Lisp view of the SQL + table. This Lisp view should not be confused with SQL VIEW statement. @@ -50,16 +51,16 @@ of all &clsql; View Classes. - Class details + Class details (defclass STANDARD-DB-OBJECT ()(...)) - Slots + Slots - slot VIEW-DATABASE is of type (OR NULL DATABASE) + slot VIEW-DATABASE is of type (OR NULL DATABASE) which stores the associated database for the - instance. + instance. @@ -405,6 +406,10 @@ number (number n) (number n p) + + tinyint - An integer column 8-bits + wide. [not supported by all database backends] + smallint - An integer column 16-bits wide. [not supported by all database backends] @@ -881,7 +886,7 @@ Affected by - Which view classes have been defined in the Lisp session. + Which view classes have been defined in the Lisp session.