commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnue/docbook/GNUeModuleGuide/chapters businesso...


From: Neil Tiffin
Subject: gnue/docbook/GNUeModuleGuide/chapters businesso...
Date: Mon, 07 May 2001 06:02:47 -0700

CVSROOT:        /home/cvs
Module name:    gnue
Changes by:     Neil Tiffin <address@hidden>    01/05/07 06:02:47

Modified files:
        docbook/GNUeModuleGuide/chapters: businessobjects.sgml 

Log message:
        Minor format changes.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/docbook/GNUeModuleGuide/chapters/businessobjects.sgml.diff?cvsroot=OldCVS&tr1=1.11&tr2=1.12&r1=text&r2=text

Patches:
Index: gnue/docbook/GNUeModuleGuide/chapters/businessobjects.sgml
diff -u gnue/docbook/GNUeModuleGuide/chapters/businessobjects.sgml:1.11 
gnue/docbook/GNUeModuleGuide/chapters/businessobjects.sgml:1.12
--- gnue/docbook/GNUeModuleGuide/chapters/businessobjects.sgml:1.11     Fri May 
 4 13:31:50 2001
+++ gnue/docbook/GNUeModuleGuide/chapters/businessobjects.sgml  Mon May  7 
06:02:47 2001
@@ -7,7 +7,7 @@
                        Introduction 
                </title>
                <para>
-                       This chapter is $Id: businessobjects.sgml,v 1.11 
2001/05/04 20:31:50 ntiffin Exp $. 
+                       This chapter is $Id: businessobjects.sgml,v 1.12 
2001/05/07 13:02:47 ntiffin Exp $. 
                </para>
                <sect2>
                        <title>
@@ -146,7 +146,7 @@
 #
 # This file originally written by Neil Tiffin (address@hidden).
 #
-# $Revision: 1.11 $ $Date: 2001/05/04 20:31:50 $ $Author: ntiffin $
+# $Revision: 1.12 $ $Date: 2001/05/07 13:02:47 $ $Author: ntiffin $
 #
 
 module person {
@@ -366,7 +366,7 @@
 <para>
        Note: TEXT and CHAR fields should not be confused with SQL field
 types. They are GEAS field types and are mapped to the best type
-depending on the backend. 
+depending on the backend database. 
 </para>
 <para>
        TEXT - fields do not have a size attribute. They take up the amount
@@ -382,11 +382,14 @@
        INT - Integer number currently implemented in 32 bits. 
 </para>
 <para>
-       DATE - Date formatted for the underlaying sql database.
+       DATE - Date formatted for the underlaying SQL database.
 </para>
 <para>
-       TIME - Time formatted for the underlaying sql database.
+       TIME - Time formatted for the underlaying SQL database.
 </para>
+<para>
+       DATETIME- Is formatted for both date and time as provided for in the 
SQL database.
+</para>
                </sect2>
                <sect2>
                        <title>
@@ -751,7 +754,7 @@
     {
        /* concatenate arguments using g_strdup_printf */
        CORBA_char *retval;
-      char *tmp = g_strdup_printf( "%s:%s" , args->_buffer[0] , 
args->_buffer[1] );
+       char *tmp = g_strdup_printf( "%s:%s" , args->_buffer[0] , 
args->_buffer[1] );
 
        retval = CORBA_string_dup( tmp ); // must use CORBA_string_dup for 
return vlaues
        g_free( tmp ); 
@@ -779,6 +782,9 @@
 <para>
 Example:
 </para>
+<para>
+       For class definitions.
+</para>
 <programlisting>
 
 <![CDATA[
@@ -799,6 +805,9 @@
 ]]>
 
 </programlisting>
+<para>
+       For type definitions.
+</para>
 <programlisting>
 
 <![CDATA[



reply via email to

[Prev in Thread] Current Thread [Next in Thread]