bodewig 2003/04/04 00:50:08
Modified: docs/manual/CoreTasks sql.html
Log:
Sync docs with new functionality.
Submitted by: Rob Anderson <Anderson dot Rob at vectorscm dot com>
Revision Changes Path
1.19 +8 -1 ant/docs/manual/CoreTasks/sql.html
Index: sql.html
===================================================================
RCS file: /home/cvs/ant/docs/manual/CoreTasks/sql.html,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- sql.html 18 Dec 2002 17:27:00 -0000 1.18
+++ sql.html 4 Apr 2003 08:50:07 -0000 1.19
@@ -132,6 +132,13 @@
<td width="10%" valign="top">No (defaul:normal)</td>
</tr>
+<tr>
+ <td width="12%" valign="top">keepformat</td>
+ <td width="78%" valign="top">Control whether the format of the sql will be
preserved.<br>
+ Usefull when loading packages and procedures.
+ <td width="10%" valign="top">No (defaul=false)</td>
+</tr>
+
</table>
<h3>Parameters specified as nested elements</h3>
@@ -295,7 +302,7 @@
</pre></blockquote>
<hr>
-<p align="center">Copyright © 2000-2002 Apache Software Foundation. All
rights
+<p align="center">Copyright © 2000-2003 Apache Software Foundation. All
rights
Reserved.</p>
</body>
</html>