public OlcAcctAlertRec[] getArray(long index, int count) throws SQLException {
   return (OlcAcctAlertRec[])
       _array.getObjectArray(index, new OlcAcctAlertRec[_array.sliceLength(index, count)]);
 }