Skip to content

Commit

Permalink
update sqlmap-xml.xml(zh-CN) (#769)
Browse files Browse the repository at this point in the history
Adding Chinese translation.
  • Loading branch information
RussXia authored and harawata committed Aug 23, 2016
1 parent f5b1282 commit 3ad1988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/site/zh/xdoc/sqlmap-xml.xml
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ ps.setInt(1,id);]]></source>
</insert>]]></source>

<p>
If your database also supports multi-row insert, you can pass a list or an array of <code>Author</code>s and retrieve the auto-generated keys.
如果你的数据库还支持多行插入, 你也可以传入一个<code>Author</code>s数组或集合,并返回自动生成的主键。
</p>

<source><![CDATA[<insert id="insertAuthor" useGeneratedKeys="true"
Expand Down

0 comments on commit 3ad1988

Please sign in to comment.