git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276857 13f79535-47bb-0310-9956-ffa450edef68master
| @@ -4178,8 +4178,9 @@ | |||||
| <a name="SQLC"></a> | <a name="SQLC"></a> | ||||
| SQLC | SQLC | ||||
| </h4> | </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> | http://www.pavelvlasov.com/pv/content/Articles/sqlc/sqlc.html</a></p> | ||||
| <table class="externals" cellspacing="1" cellpadding="4"> | <table class="externals" cellspacing="1" cellpadding="4"> | ||||
| <tr> | <tr> | ||||
| @@ -4189,7 +4190,11 @@ | |||||
| </th> | </th> | ||||
| <td colspan="1" rowspan="1" | <td colspan="1" rowspan="1" | ||||
| valign="top" align="left"> | 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> | </td> | ||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| @@ -2259,14 +2259,19 @@ | |||||
| <subsection name="SQLC"> | <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> | http://www.pavelvlasov.com/pv/content/Articles/sqlc/sqlc.html</a></p> | ||||
| <table class="externals"> | <table class="externals"> | ||||
| <tr> | <tr> | ||||
| <th>Compatibility:</th> | <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> | ||||
| <tr> | <tr> | ||||
| <th>URL:</th> | <th>URL:</th> | ||||
| @@ -3202,4 +3207,4 @@ | |||||
| </section> | </section> | ||||
| </body> | </body> | ||||
| </document> | |||||
| </document> | |||||