此内容没有您所选择的语言版本。
A.5. ResultSetExecution
Typically most commands executed against translators are QueryExpression. While the command is being executed, the translator provides results via the
ResultSetExecution.next()
method. This method returns null to indicate the end of results. Note: the expected batch size can be obtained using the ExecutionContext.getBatchSize()
method and used as a hint in fetching results from the EIS.