PyCursor, PyExtendedCursorpublic interface WarningListener
| Modifier and Type | Method | Description |
|---|---|---|
void |
warning(WarningEvent event) |
A callback for any SQLWarnings encountered by the source.
|
void warning(WarningEvent event)
event - An event instance with the source and warning.