Some pseudo code:

if first time {
fill ArrayList with records from DB
set nextRecPtr to 0
}
if nextRecPtr past end -> return null to show no more records
get record at nextRecPtr from...