public void setArray(OlcAcctAlertRec[] a, long index) throws SQLException {
   _array.setObjectArray(a, index);
 }
 public void setArray(OlcAcctAlertRec[] a) throws SQLException {
   _array.setObjectArray(a);
 }