X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=doc%2Fcsql.xml;fp=doc%2Fcsql.xml;h=f4944410282822326b347c3652938d440c5f78ab;hp=4787898bb3996ec6157698b6604218fb9a0d8c5b;hb=ba2e10fa512012d63f2abc873cef24b400830061;hpb=d824b5f901bdad36d61122bd82adb79a1f0c33fe diff --git a/doc/csql.xml b/doc/csql.xml index 4787898..f494441 100644 --- a/doc/csql.xml +++ b/doc/csql.xml @@ -465,24 +465,24 @@ There are other :join-info options available in &clsql;, but we will save those till we get to the many-to-many relation examples. - - Object Oriented Class Relations - - -&clsql; provides an Object Oriented Data Definition Language, which -provides a mapping from &sql; tables to CLOS objects. By default class -inheritance is handled by including all the columns from parent -classes into the child class. This means your database schema becomes -very much denormalized. The class option :normalizedp -can be used to disable the default behaviour and have &clsql; -normalize the database schemas of inherited classes. - - - -See def-view-class -for more information. - - + + Object Oriented Class Relations + + + &clsql; provides an Object Oriented Data Definition Language, which + provides a mapping from &sql; tables to CLOS objects. By default class + inheritance is handled by including all the columns from parent + classes into the child class. This means your database schema becomes + very much denormalized. The class option :normalizedp + can be used to disable the default behaviour and have &clsql; + normalize the database schemas of inherited classes. + + + + See def-view-class + for more information. + +