public interface WarningMessageCallback
Callback interface for passing warnings.
- Since:
- 3.0
- Author:
- Mark Rotteveel
-
Method Summary
Modifier and TypeMethodDescriptionvoid
processWarning
(SQLWarning warning) Signals the warning to the callback
-
Method Details
-
processWarning
Signals the warning to the callback- Parameters:
warning
- Warning of type SQLWarning
-