Browse Source

Fixed typo

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278487 13f79535-47bb-0310-9956-ffa450edef68
master
Stephane Bailliez 20 years ago
parent
commit
c93ff27734
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      docs/manual/CoreTasks/sql.html

+ 3
- 3
docs/manual/CoreTasks/sql.html View File

@@ -130,14 +130,14 @@ and <b>abort</b> execution and transaction and fail task.</p>
<td width="12%" valign="top">delimitertype</td> <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> <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> 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>
<td width="10%" valign="top">No (default:normal)</td>
</tr> </tr>


<tr> <tr>
<td width="12%" valign="top">keepformat</td> <td width="12%" valign="top">keepformat</td>
<td width="78%" valign="top">Control whether the format of the sql will be preserved.<br> <td width="78%" valign="top">Control whether the format of the sql will be preserved.<br>
Usefull when loading packages and procedures. Usefull when loading packages and procedures.
<td width="10%" valign="top">No (defaul=false)</td>
<td width="10%" valign="top">No (default=false)</td>
</tr> </tr>


<tr> <tr>
@@ -147,7 +147,7 @@ and <b>abort</b> execution and transaction and fail task.</p>
See <a See <a
href="http://java.sun.com/j2se/1.4.2/docs/api/java/sql/Statement.html#setEscapeProcessing(boolean)">Statement's href="http://java.sun.com/j2se/1.4.2/docs/api/java/sql/Statement.html#setEscapeProcessing(boolean)">Statement's
API docs</a> for details. <em>since Ant 1.6</em>. API docs</a> for details. <em>since Ant 1.6</em>.
<td width="10%" valign="top">No (defaul=true)</td>
<td width="10%" valign="top">No (default=true)</td>
</tr> </tr>


</table> </table>


Loading…
Cancel
Save