stevel 2002/12/18 09:27:01
Modified: docs/manual/CoreTasks sql.html
Log:
Doc patch suggested by John Lindwall
Revision Changes Path
1.18 +8 -0 jakarta-ant/docs/manual/CoreTasks/sql.html
Index: sql.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/manual/CoreTasks/sql.html,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- sql.html 4 Sep 2002 11:05:16 -0000 1.17
+++ sql.html 18 Dec 2002 17:27:00 -0000 1.18
@@ -124,6 +124,14 @@
<td width="78%" valign="top">Should the task cache loaders and the
driver?</td>
<td width="10%" valign="top">No (default=true)</td>
</tr>
+
+<tr>
+ <td width="12%" valign="top">delimitertype</td>
+ <td width="78%" valign="top">Control whether the delimiter will only be
recognized on a line by itself.<br>
+ Can be "normal" -anywhere on the line, or "row", meaning it must be on a
line by itself</td>
+ <td width="10%" valign="top">No (defaul:normal)</td>
+</tr>
+
</table>
<h3>Parameters specified as nested elements</h3>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>