Skip to content

update resultOrdered description #2472

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 21, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/site/zh/xdoc/sqlmap-xml.xml
Original file line number Diff line number Diff line change
Expand Up @@ -223,8 +223,8 @@ ps.setInt(1,id);]]></source>
<td><code>resultOrdered</code></td>
<td>
这个设置仅针对嵌套结果 select 语句:如果为
true,将会假设包含了嵌套结果集或是分组,当返回一个主结果行时,就不会产生对前面结果集的引用
这就使得在获取嵌套结果集的时候不至于内存不够用。默认值:<code>false</code>。
true,则假设结果集以正确顺序(排序后)执行映射,当返回新的主结果行时,将不再发生对以前结果行的引用
这样可以减少内存消耗。默认值:<code>false</code>。
</td>
</tr>
<tr>
Expand Down