Top Methods
com.ziclix.python.sql

public Interface WarningListener

Known Direct Implementers
com.ziclix.python.sql.PyCursor

Method Summary

Modifier and TypeMethod and Description
public void
warning(WarningEvent
An event instance with the source and warning.
event
)

A callback for any SQLWarnings encountered by the source.

Method Detail

warningback to summary
public void warning(WarningEvent event)

A callback for any SQLWarnings encountered by the source.

Parameters
event:WarningEvent

An event instance with the source and warning.