RecordCollection support fetch many
IvorChen89 opened this issue · 0 comments
IvorChen89 commented
RecordCollection has function first to return first row of returned query data.
all to return all rows of returned query data.
Can it support the fetch many row feature, like:
RecordCollection.many(numRows:int) to return next set of numRows rows