示例#1
0
 /*
  * Chains a supplied {@code SQLWarning} to this {@code SQLWarning}.
  *
  * @param w
  *            the {@code SQLWarning} linked to this {@code SQLWarning}.
  */
 public void setNextWarning(SQLWarning w)
 {
     base.setNextException(w);
 }
示例#2
0
 /**
  * Chains a supplied {@code SQLWarning} to this {@code SQLWarning}.
  *
  * @param w
  *            the {@code SQLWarning} linked to this {@code SQLWarning}.
  */
 public void setNextWarning(SQLWarning w)
 {
     base.setNextException(w);
 }