Class SqlWarning

  • All Implemented Interfaces:
    java.io.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:
    Serialized Form
    • Field Detail

    • Method Detail

      • setNextWarning

        void setNextWarning​(SqlWarning warning)
      • getSQLWarning

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