程序包 com.mysql.cj
接口 WarningListener
-
- 所有已知实现类:
ResultSetImpl,UpdatableResultSet
public interface WarningListenerA 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.
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 voidwarningEncountered(String warning)
-
-
-
方法详细资料
-
warningEncountered
void warningEncountered(String warning)
-
-