程序包 com.mysql.cj

接口 WarningListener

  • 所有已知实现类:
    ResultSetImpl, UpdatableResultSet

    public interface WarningListener
    A warning listener is notified of warnings as they happen throughout the driver. They can be queued for consumption by JDBC clients, thrown as exceptions, or ignored.
    • 方法详细资料

      • warningEncountered

        void warningEncountered​(String warning)