Generic Function Records-Of (5 methods)
(
records-of < result-set > &optional < start > < end > )
Returns records of RESULT-SET as a sequence from START index
(inclusive, default is 0) to END index (exclusive, default is the number of records).
Method Summary
records-of < metabang.cl-containers:array-container > |
records-of < metabang.cl-containers:iteratable-container-mixin > |
records-of < mapped-result-set > |
records-of < scrolled-result-set > |
records-of :around < t > |