Question

Fetch Mutile records from db
I have 3 list of records in a Blob for Single policy.
I am fetching records from DB so i have to write
PR_READ_FROM_STREAM('.Policy.CoInsuranceList(1).InsurerName',pzinskey, pzpvstream)
PR_READ_FROM_STREAM('.Policy.CoInsuranceList(2).InsurerName',pzinskey, pzpvstream)
PR_READ_FROM_STREAM('.Policy.CoInsuranceList(3).InsurerName',pzinskey, pzpvstream)
There can be more than 3 records but i want all records in my query. Is there any that dont have to write this for all the records.