Update of /cvsroot/xdoclet/xdoclet/modules/jboss/src/META-INF
In directory sc8-pr-cvs1:/tmp/cvs-serv10265

Modified Files:
        xtags.xml 
Log Message:
- updated documentation of jdbc-type and sql-type to better reflect (changed 'should 
be used together' to 'must be used together')
- this should satisfy the poster of XDT-549


Index: xtags.xml
===================================================================
RCS file: /cvsroot/xdoclet/xdoclet/modules/jboss/src/META-INF/xtags.xml,v
retrieving revision 1.35
retrieving revision 1.36
diff -C2 -r1.35 -r1.36
*** xtags.xml   29 May 2003 13:37:58 -0000      1.35
--- xtags.xml   24 Jul 2003 13:35:39 -0000      1.36
***************
*** 415,429 ****
          <parameter type="text">
            <name>jdbc-type</name>
!           <usage-description>The JDBC type for the PK column. Should be specified 
together with sql-type</usage-description>
            <mandatory>false</mandatory>
          </parameter>
          <parameter type="text">
            <name>sql-type</name>
!           <usage-description>The SQL type for the PK column. Should be specified 
together with jdbc-type</usage-description>
            <mandatory>false</mandatory>
          </parameter>
          <parameter type="bool">
            <name>auto-increment</name>
!           <usage-description>Set if the PK field is autoincremented by the 
database</usage-description>
            <mandatory>false</mandatory>
          </parameter>
--- 415,479 ----
          <parameter type="text">
            <name>jdbc-type</name>
!           <usage-description>
!           This is the JDBC type that is used when setting parameters in a JDBC
!           PreparedStatement or loading data from a JDBC ResultSet for this
!           cmp-field. The valid types are defined in java.sql.Types.
! 
!           Must be specified together with sql-type.
!           </usage-description>
            <mandatory>false</mandatory>
+           <option-sets>
+             <option-set>
+               <default>VARCHAR</default>
+               <options>
+                 <option>ARRAY</option>
+                 <option>BIGINT</option>
+                 <option>BINARY</option>
+                 <option>BIT</option>
+                 <option>BLOB</option>
+                 <option>BOOLEAN</option>
+                 <option>CHAR</option>
+                 <option>CLOB</option>
+                 <option>DATALINK</option>
+                 <option>DATE</option>
+                 <option>DECIMAL</option>
+                 <option>DISTINCT</option>
+                 <option>DOUBLE</option>
+                 <option>FLOAT</option>
+                 <option>INTEGER</option>
+                 <option>JAVA_OBJECT</option>
+                 <option>LONGVARBINARY</option>
+                 <option>LONGVARCHAR</option>
+                 <option>NULL</option>
+                 <option>NUMERIC</option>
+                 <option>OTHER</option>
+                 <option>REAL</option>
+                 <option>REF</option>
+                 <option>SMALLINT</option>
+                 <option>STRUCT</option>
+                 <option>TIME</option>
+                 <option>TIMESTAMP</option>
+                 <option>TINYINT</option>
+                 <option>VARBINARY</option>
+                 <option>VARCHAR</option>
+               </options>
+             </option-set>
+           </option-sets>
          </parameter>
          <parameter type="text">
            <name>sql-type</name>
!           <usage-description>
!           This is the SQL type that is used in create table statements for
!           this field. Valid sql-types are only limited by your database vendor.
! 
!           Must be specified together with jdbc-type.
!           </usage-description>
            <mandatory>false</mandatory>
          </parameter>
          <parameter type="bool">
            <name>auto-increment</name>
!           <usage-description>
!           Set if the field is autoincremented by the database.
!           </usage-description>
            <mandatory>false</mandatory>
          </parameter>



-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to