You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by ke...@apache.org on 2006/02/06 06:16:37 UTC

svn commit: r375180 - /ant/core/trunk/docs/manual/CoreTasks/sql.html

Author: kevj
Date: Sun Feb  5 21:16:36 2006
New Revision: 375180

URL: http://svn.apache.org/viewcvs?rev=375180&view=rev
Log:
- addresses bug/request #27446

Modified:
    ant/core/trunk/docs/manual/CoreTasks/sql.html

Modified: ant/core/trunk/docs/manual/CoreTasks/sql.html
URL: http://svn.apache.org/viewcvs/ant/core/trunk/docs/manual/CoreTasks/sql.html?rev=375180&r1=375179&r2=375180&view=diff
==============================================================================
--- ant/core/trunk/docs/manual/CoreTasks/sql.html (original)
+++ ant/core/trunk/docs/manual/CoreTasks/sql.html Sun Feb  5 21:16:36 2006
@@ -85,6 +85,11 @@
   <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>
   <td width="10%" valign="top">No (print to System.out by default)</td>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org