Package org.firebirdsql.gds.ng
Interface WarningMessageCallback
-
public interface WarningMessageCallback
Callback interface for passing warnings.- Since:
- 3.0
- Author:
- Mark Rotteveel
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
processWarning(java.sql.SQLWarning warning)
Signals the warning to the callback
-