Class Notice.XWarning

java.lang.Object
com.mysql.cj.protocol.x.Notice
com.mysql.cj.protocol.x.Notice.XWarning
All Implemented Interfaces:
ProtocolEntity, Warning
Enclosing class:
Notice

public static class Notice.XWarning
extends Notice
implements Warning
  • Constructor Details

  • Method Details

    • getLevel

      public int getLevel()
      Description copied from interface: Warning
      Get warning level.
      Specified by:
      getLevel in interface Warning
      Returns:
      Warning level
    • getCode

      public long getCode()
      Description copied from interface: Warning
      Get warning code.
      Specified by:
      getCode in interface Warning
      Returns:
      Warning code
    • getMessage

      public java.lang.String getMessage()
      Description copied from interface: Warning
      Get warning message.
      Specified by:
      getMessage in interface Warning
      Returns:
      Warning message