Multi-row FETCH 多行获取
什么是多行获取?
If DB2 does not need to sort, then all of the work for finding a qualified row (or rows with multi-row FETCH) will be done at each FETCH.
如果DB 2不需要排序,那么所有寻找一个符合条件的行(或者有多行FETCH的行)的工作在每个FETCH中就可以完成。
T2zos does not know if the cursor returned from a stored procedure is rowset or not, thus the t2zos driver allows only single row fetch for a stored procedure.
t2zos不知道从存储过程返回的游标是不是一个行集,因此t2zos驱动程序仅允许对存储过程执行单行获取。
应用推荐