Esempio n. 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);
 }
Esempio n. 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);
 }