public OlcAcctAlertRec[] getArray(long index, int count) throws SQLException {
   return (OlcAcctAlertRec[])
       _array.getObjectArray(index, new OlcAcctAlertRec[_array.sliceLength(index, count)]);
 }
 /* array accessor methods */
 public OlcAcctAlertRec[] getArray() throws SQLException {
   return (OlcAcctAlertRec[]) _array.getObjectArray(new OlcAcctAlertRec[_array.length()]);
 }