com.ziclix.python.sql

Class WarningEvent


public class WarningEvent
extends EventObject

An event signalling the a SQLWarning was encountered while building results from a ResultSet.

Constructor Summary

WarningEvent(Object source, SQLWarning warning)

Method Summary

SQLWarning
getWarning()

Constructor Details

WarningEvent

public WarningEvent(Object source,
                    SQLWarning warning)

Method Details

getWarning

public SQLWarning getWarning()

Jython homepage