From 4413405fd38eaba7ba6d6d8b844fef118e326c9a Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Sat, 10 Jul 2004 20:33:33 +0000 Subject: [PATCH] r9753: all docbook fixes done except for removing hovertext --- doc/global-index.xml | 9 ++++ doc/ref-clsql.xml | 14 +++--- doc/ref-conditions.xml | 37 +++++++------- doc/ref-connect.xml | 3 +- doc/ref-fdml.xml | 7 ++- doc/ref-ooddl.xml | 15 +++--- doc/ref-oodml.xml | 27 ++++------ doc/ref-prepared.xml | 8 +-- doc/ref-recording.xml | 20 ++++---- doc/ref-syntax.xml | 107 +++++++++++++++++++--------------------- doc/ref-transaction.xml | 10 ++-- doc/schemas.xml | 17 ++++++- 12 files changed, 146 insertions(+), 128 deletions(-) diff --git a/doc/global-index.xml b/doc/global-index.xml index b7a4110..623e3e2 100644 --- a/doc/global-index.xml +++ b/doc/global-index.xml @@ -1,3 +1,10 @@ + + +%myents; +]> + Index @@ -8,6 +15,8 @@ + + diff --git a/doc/ref-clsql.xml b/doc/ref-clsql.xml index fc99b08..d483332 100644 --- a/doc/ref-clsql.xml +++ b/doc/ref-clsql.xml @@ -1891,12 +1891,14 @@ Error: While trying to access database localhost/test2/root field-names - - A boolean with a default value of &t;. When &t;, this - function results a second value of a list of field - names. When &nil;, this function only returns one value - - the list of rows. - + + + A boolean with a default value of &t;. When &t;, this + function results a second value of a list of field + names. When &nil;, this function only returns one value + - the list of rows. + + result diff --git a/doc/ref-conditions.xml b/doc/ref-conditions.xml index 3e17489..992fa9a 100644 --- a/doc/ref-conditions.xml +++ b/doc/ref-conditions.xml @@ -28,7 +28,7 @@ *BACKEND-WARNING-BEHAVIOR* - Variable *BACKEND-WARNING-BEHAVIOR* + *BACKEND-WARNING-BEHAVIOR* Controls behaviour on warnings from underlying RDBMS. Variable @@ -44,11 +44,14 @@ :warn - Description Action to perform on warning messages - from backend. Default is to :warn. May also be - set to :error to signal an error or - :ignore or &nil; to silently ignore the - warning. + Description + + Action to perform on warning messages + from backend. Default is to :warn. May also be + set to :error to signal an error or + :ignore or &nil; to silently ignore the + warning. + Examples @@ -76,7 +79,7 @@ SQL-CONDITION - Condition Type Condition Type SQL-CONDITION + SQL-CONDITION the super-type of all &clsql;-specific conditions @@ -113,7 +116,7 @@ SQL-ERROR - Condition Type SQL-ERROR + SQL-ERROR the super-type of all &clsql;-specific errors @@ -154,7 +157,7 @@ SQL-WARNING - Condition Type SQL-WARNING + SQL-WARNING the super-type of all &clsql;-specific warnings @@ -192,7 +195,7 @@ SQL-DATABASE-WARNING - Condition Type SQL-DATABASE-WARNING + SQL-DATABASE-WARNING Used to warn while accessing a &clsql; database. Condition Type @@ -245,7 +248,7 @@ SQL-USER-ERROR - Condition Type SQL-USER-ERROR + SQL-USER-ERROR condition representing errors because of invalid parameters from the library user. Condition Type @@ -301,7 +304,7 @@ SQL-DATABASE-ERROR - Condition Type SQL-DATABASE-ERROR + SQL-DATABASE-ERROR condition representing errors during query or command execution Condition Type @@ -380,7 +383,7 @@ SQL-CONNECTION-ERROR - Condition Type SQL-CONNECTION-ERROR + SQL-CONNECTION-ERROR condition representing errors during connection Condition Type @@ -471,7 +474,7 @@ SQL-DATABASE-DATA-ERROR - Condition Type SQL-DATABASE-DATA-ERROR + SQL-DATABASE-DATA-ERROR Used to signal an error with the SQL data passed to a database. Condition Type @@ -555,7 +558,7 @@ SQL-TEMPORARY-ERROR - Condition Type SQL-TEMPORARY-ERROR + SQL-TEMPORARY-ERROR Used to signal a temporary error in the database backend. Condition Type @@ -635,7 +638,7 @@ SQL-TIMEOUT-ERROR - Condition Type SQL-TIMEOUT-ERROR + SQL-TIMEOUT-ERROR condition representing errors when a connection times out. Condition Type @@ -722,7 +725,7 @@ SQL-FATAL-ERROR - Condition Type SQL-FATAL-ERROR + SQL-FATAL-ERROR condition representing a fatal error in a database connection Condition Type diff --git a/doc/ref-connect.xml b/doc/ref-connect.xml index e63aae2..35b8cf5 100644 --- a/doc/ref-connect.xml +++ b/doc/ref-connect.xml @@ -371,8 +371,7 @@ Syntax - Syntax - connect connection-spec &key if-exists database-type pool make-default => database + connect connection-spec &key if-exists database-type pool make-default => database Arguments and Values diff --git a/doc/ref-fdml.xml b/doc/ref-fdml.xml index e86dd36..ca725bd 100644 --- a/doc/ref-fdml.xml +++ b/doc/ref-fdml.xml @@ -97,6 +97,11 @@ CACHE-TABLE-QUERIES Control the caching of table attribute types. + + Syntax + + + @@ -1320,10 +1325,8 @@ ID FORENAME SURNAME EMAIL Side Effects - Whatever effects the execution of the SQL query has on the underlying database, if any. - Affected by diff --git a/doc/ref-ooddl.xml b/doc/ref-ooddl.xml index 6ea4d9c..28fe579 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. @@ -881,7 +882,7 @@ Affected by - Which view classes have been defined in the Lisp session. + Which view classes have been defined in the Lisp session. diff --git a/doc/ref-oodml.xml b/doc/ref-oodml.xml index 7ff2a78..76df3ec 100644 --- a/doc/ref-oodml.xml +++ b/doc/ref-oodml.xml @@ -122,7 +122,7 @@ This special variable provides the default value for the max-len argument of the function update-object-joins. + linkend="update-objects-joins">update-object-joins. @@ -138,7 +138,7 @@ See Also - update-object-joins + update-object-joins @@ -335,7 +335,7 @@ appropriate table of database which defaults to the database associated with object or, if object is not associated - with a database, *default-database*. Join slots are updated but + with a database, *default-database*. Join slots are updated but instances of the class on which the join is made are not updated. @@ -356,7 +356,7 @@ Affected by - Data in SQL database. + Data in SQL database. @@ -369,9 +369,6 @@ See Also - - - @@ -471,11 +468,9 @@ Affected by - - *default-update-objects-max-len* - - + *default-update-objects-max-len* + @@ -488,7 +483,8 @@ See Also - + *default-update-objects-max-len* @@ -831,7 +827,7 @@ defaults to the database associated with object or, if object is not associated with a database, - *default-database*. Join slots are updated + *default-database*. Join slots are updated but instances of the class on which the join is made are not updated. @@ -865,9 +861,6 @@ See Also - - - diff --git a/doc/ref-prepared.xml b/doc/ref-prepared.xml index 8e5d477..ff922fa 100644 --- a/doc/ref-prepared.xml +++ b/doc/ref-prepared.xml @@ -20,7 +20,7 @@ PREPARE-SQL - Function PREPARE-SQL + >PREPARE-SQL Create a prepared statement. Function @@ -97,7 +97,7 @@ RUN-PREPARED-SQL - Function RUN-PREPARED-SQL + RUN-PREPARED-SQL Execute a prepared statement. Function @@ -165,7 +165,7 @@ FREE-PREPARED-SQL - Function FREE-PREPARED-SQL + FREE-PREPARED-SQL Delete a prepared statement object. Function @@ -233,7 +233,7 @@ BIND-PARAMETER - Function BIND-PARAMETER + BIND-PARAMETER Bind a parameter in a prepared statement. Function diff --git a/doc/ref-recording.xml b/doc/ref-recording.xml index 1057210..fb06078 100644 --- a/doc/ref-recording.xml +++ b/doc/ref-recording.xml @@ -612,16 +612,16 @@ - - type - - stream - - - A stream or &t;. - - - + + stream + + + A stream or &t;. + + + + + type One of the following keyword symbols: diff --git a/doc/ref-syntax.xml b/doc/ref-syntax.xml index da28038..787b4a3 100644 --- a/doc/ref-syntax.xml +++ b/doc/ref-syntax.xml @@ -847,80 +847,73 @@ - any - , - some - , - all - , - not - , - union - , - intersect - , - minus - , + any + some + all + not + union + intersect + minus except - , + order-by - , + null - , + * - , + + - , + / - , + - - , + like - , + and - , + or - , + in - , + substr - , + || - , + = - , + < - , + > - , + >= - , + <= - , + <> - , + count - , + max - , + min - , + avg - , + sum - , + function - , + between - , + distinct - , + nvl - , + slot-value - , + userenv - , + as well as the pseudo-operator function. @@ -930,30 +923,30 @@ concat - , + substring - , + limit - , + group-by - , + having - , + not-null - , + exists - , + uplike - , + is - , + == - , + the - , + coalesce - , - view-class. + + view-class diff --git a/doc/ref-transaction.xml b/doc/ref-transaction.xml index 77a690d..5731c46 100644 --- a/doc/ref-transaction.xml +++ b/doc/ref-transaction.xml @@ -16,13 +16,15 @@ transaction blocks, committing or rolling back changes made and controlling autocommit behaviour. - + + In contrast to &commonsql;, &clsql;, by default, starts in transaction AUTOCOMMIT mode (see set-autocommit). To begin a transaction in autocommit mode, start-transaction has to be called explicitly. + @@ -753,8 +755,9 @@ object. This will default to the value of *default-database*. - - body + + + body A body of Lisp code. @@ -767,7 +770,6 @@ The result of executing body. - diff --git a/doc/schemas.xml b/doc/schemas.xml index beacaf0..018eb6f 100644 --- a/doc/schemas.xml +++ b/doc/schemas.xml @@ -1,11 +1,24 @@ + - - + + + + + + + + + + + + + + -- 2.34.1