Skip to content

Commit 4e14c63

Browse files
committed
Missing entry in es and ko doc [ci skip]
1 parent 4b72ae4 commit 4e14c63

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

src/site/es/xdoc/sqlmap-xml.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,12 @@ ps.setInt(1,id);]]></source>
201201
<code>false</code>.
202202
</td>
203203
</tr>
204+
<tr>
205+
<td><code>resultSets</code></td>
206+
<td>This is only applicable for multiple result sets. It lists the result sets that will
207+
be returned by the statement and gives a name to each one. Names are separated by commas.
208+
</td>
209+
</tr>
204210
<tr>
205211
<td><code>affectData</code></td>
206212
<td>Set this to true when writing a INSERT, UPDATE or DELETE statement that returns data so that the transaction is controlled properly. Also see <a href="./java-api.html#transaction-control-methods">Transaction Control Method</a>. Default: <code>false</code> (since 3.5.12)

src/site/ko/xdoc/sqlmap-xml.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,12 @@ ps.setInt(1,id);]]></source>
188188
디폴트값은 <code>false</code> 이다.
189189
</td>
190190
</tr>
191+
<tr>
192+
<td><code>resultSets</code></td>
193+
<td>This is only applicable for multiple result sets. It lists the result sets that will
194+
be returned by the statement and gives a name to each one. Names are separated by commas.
195+
</td>
196+
</tr>
191197
<tr>
192198
<td><code>affectData</code></td>
193199
<td>Set this to true when writing a INSERT, UPDATE or DELETE statement that returns data so that the transaction is controlled properly. Also see <a href="./java-api.html#transaction-control-methods">Transaction Control Method</a>. Default: <code>false</code> (since 3.5.12)

0 commit comments

Comments
 (0)