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
- 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+ + | |||
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: | @@ -3202,4 +3207,4 @@