Browse Source

update SQLC infos

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276857 13f79535-47bb-0310-9956-ffa450edef68
master
Jan Materne 20 years ago
parent
commit
1ef0cd4f53
2 changed files with 17 additions and 7 deletions
  1. +8
    -3
      docs/external.html
  2. +9
    -4
      xdocs/external.xml

+ 8
- 3
docs/external.html View File

@@ -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>


+ 9
- 4
xdocs/external.xml View File

@@ -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>

Loading…
Cancel
Save