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