jhm 2004/09/13 23:13:39
Modified: xdocs external.xml
docs external.html
Log:
update SQLC infos
Revision Changes Path
1.144 +9 -4 ant/xdocs/external.xml
Index: external.xml
===================================================================
RCS file: /home/cvs/ant/xdocs/external.xml,v
retrieving revision 1.143
retrieving revision 1.144
diff -u -r1.143 -r1.144
--- external.xml 10 Sep 2004 17:24:58 -0000 1.143
+++ external.xml 14 Sep 2004 06:13:39 -0000 1.144
@@ -2259,14 +2259,19 @@
<subsection name="SQLC">
- <p>SQLC generates Java classes from SQL statements. Introduction
- to SQLC: <a
href="http://www.pavelvlasov.com/pv/content/Articles/sqlc/sqlc.html">
+ <p>SQLC generates Java classes from SQL statements obviating JDBC API
+ in your code. Introduction to SQLC:
+ <a
href="http://www.pavelvlasov.com/pv/content/Articles/sqlc/sqlc.html">
http://www.pavelvlasov.com/pv/content/Articles/sqlc/sqlc.html</a></p>
<table class="externals">
<tr>
<th>Compatibility:</th>
- <td>Tested with Ant 1.5.2 and Java 1.4. Shall work on Java
1.3+</td>
+ <td>Tested with Ant 1.5.2. Compilation requires Java 1.4 and
database
+ driver shall implement getParameterMetadata(). "Introduction
to SQLC"
+ (see above) contains compatibility list. Generated classes
work on
+ Java 1.3+
+ </td>
</tr>
<tr>
<th>URL:</th>
@@ -3202,4 +3207,4 @@
</section>
</body>
-</document>
+</document>
\ No newline at end of file
1.183 +8 -3 ant/docs/external.html
Index: external.html
===================================================================
RCS file: /home/cvs/ant/docs/external.html,v
retrieving revision 1.182
retrieving revision 1.183
diff -u -r1.182 -r1.183
--- external.html 10 Sep 2004 17:24:58 -0000 1.182
+++ external.html 14 Sep 2004 06:13:39 -0000 1.183
@@ -4178,8 +4178,9 @@
<a name="SQLC"></a>
SQLC
</h4>
- <p>SQLC generates Java classes from SQL statements.
Introduction
- to SQLC: <a
href="http://www.pavelvlasov.com/pv/content/Articles/sqlc/sqlc.html">
+ <p>SQLC generates Java classes from SQL statements
obviating JDBC API
+ in your code. Introduction to SQLC:
+ <a
href="http://www.pavelvlasov.com/pv/content/Articles/sqlc/sqlc.html">
http://www.pavelvlasov.com/pv/content/Articles/sqlc/sqlc.html</a></p>
<table class="externals"
cellspacing="1" cellpadding="4">
<tr>
@@ -4189,7 +4190,11 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
- Tested with Ant 1.5.2 and Java 1.4. Shall work on Java 1.3+
+ Tested with Ant 1.5.2. Compilation requires Java 1.4 and database
+ driver shall implement getParameterMetadata(). "Introduction
to SQLC"
+ (see above) contains compatibility list. Generated classes
work on
+ Java 1.3+
+
</td>
</tr>
<tr>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]