Browse Source

Sync docs with new functionality.

Submitted by:	Rob Anderson <Anderson dot Rob at vectorscm dot com>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274394 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 22 years ago
parent
commit
b719b19b85
1 changed files with 8 additions and 1 deletions
  1. +8
    -1
      docs/manual/CoreTasks/sql.html

+ 8
- 1
docs/manual/CoreTasks/sql.html View File

@@ -132,6 +132,13 @@ and <b>abort</b> execution and transaction and fail task.</p>
<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 @@ truncate table some_other_table;
</pre></blockquote>

<hr>
<p align="center">Copyright &copy; 2000-2002 Apache Software Foundation. All rights
<p align="center">Copyright &copy; 2000-2003 Apache Software Foundation. All rights
Reserved.</p>
</body>
</html>

Loading…
Cancel
Save