Class SqlWarning

All Implemented Interfaces:
Serializable, Diagnosable

public class SqlWarning extends SqlException implements Diagnosable
This represents a warning versus a full exception. As with SqlException, this is an internal representation of java.sql.SQLWarning. Public JDBC methods need to convert an internal SqlWarning to a SQLWarning using getSQLWarning()
See Also:
  • Field Details

  • Constructor Details

  • Method Details

    • setNextWarning

      void setNextWarning(SqlWarning warning)
    • getSQLWarning

      public SQLWarning getSQLWarning()
      Get the java.sql.SQLWarning for this SqlWarning