com.ziclix.python.sql

Interface WarningListener

public interface WarningListener

Method Summary
voidwarning(WarningEvent event)
A callback for any SQLWarnings encountered by the source.

Method Detail

warning

public void warning(WarningEvent event)
A callback for any SQLWarnings encountered by the source.

Parameters: event An event instance with the source and warning.