From 1ef0cd4f53bc04d6d50f7e7191389870c962e293 Mon Sep 17 00:00:00 2001 From: Jan Materne Date: Tue, 14 Sep 2004 06:13:39 +0000 Subject: [PATCH] update SQLC infos git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276857 13f79535-47bb-0310-9956-ffa450edef68 --- docs/external.html | 11 ++++++++--- xdocs/external.xml | 13 +++++++++---- 2 files changed, 17 insertions(+), 7 deletions(-) diff --git a/docs/external.html b/docs/external.html index 05b98e397..409d76d88 100644 --- a/docs/external.html +++ b/docs/external.html @@ -4178,8 +4178,9 @@ SQLC -

SQLC generates Java classes from SQL statements. Introduction - to SQLC: +

SQLC generates Java classes from SQL statements obviating JDBC API + in your code. Introduction to SQLC: + http://www.pavelvlasov.com/pv/content/Articles/sqlc/sqlc.html

@@ -4189,7 +4190,11 @@ diff --git a/xdocs/external.xml b/xdocs/external.xml index 82608ac75..86f0d5290 100644 --- a/xdocs/external.xml +++ b/xdocs/external.xml @@ -2259,14 +2259,19 @@ -

SQLC generates Java classes from SQL statements. Introduction - to SQLC: +

SQLC generates Java classes from SQL statements obviating JDBC API + in your code. Introduction to SQLC: + http://www.pavelvlasov.com/pv/content/Articles/sqlc/sqlc.html

- 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+ +
- + @@ -3202,4 +3207,4 @@ - + \ No newline at end of file
Compatibility: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+ +
URL: