コード例 #1
0
 /* array accessor methods */
 public OlcAcctAlertRec[] getArray() throws SQLException {
   return (OlcAcctAlertRec[]) _array.getObjectArray(new OlcAcctAlertRec[_array.length()]);
 }
コード例 #2
0
 public int length() throws SQLException {
   return _array.length();
 }