Browse Source

- addresses bug/request #27446

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@375180 13f79535-47bb-0310-9956-ffa450edef68
remotes/1773165984437086190/tmp_2cec63f68a7d43b7645135df6ba8da3a84cce912
Kevin Jackson 20 years ago
parent
commit
af4cbcd8ba
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      docs/manual/CoreTasks/sql.html

+ 5
- 0
docs/manual/CoreTasks/sql.html View File

@@ -84,6 +84,11 @@ and <b>abort</b> execution and transaction and fail task.</p>
<td width="78%" valign="top">Print headers for result sets from the statements (default true)</td>
<td width="10%" valign="top">No, default &quot;true&quot;</td>
</tr>
<tr>
<td width="12%" valign="top">showtrailers</td>
<td width="78%" valign="top">Print trailer for number of rows affected (default true)</td>
<td width="10%" valign="top">No, default &quot;true&quot;</td>
</tr>
<tr>
<td width="12%" valign="top">output</td>
<td width="78%" valign="top">Output file for result sets (defaults to System.out)</td>


Loading…
Cancel
Save