Package com.mysql.cj
Interface WarningListener
- All Known Implementing Classes:
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.
-
Method Summary
Modifier and Type Method Description void
warningEncountered(java.lang.String warning)
-
Method Details
-
warningEncountered
void warningEncountered(java.lang.String warning)
-