borland Packages Class Hierarchy sql.dataset Package Index
java.util.EventListener +----borland.sql.dataset.ConnectionUpdateListener
Methods
Implemented by ConnectionUpdateAdapter, JdbcProvider, OracleProcedureProvider, ProcedureProvider, QueryProvider
This class is used for notification before and after closing a database connection or changing the attributes of the JDBC connection.
public void canChangeConnection(borland.sql.dataset.ConnectionUpdateEvent event)The event that gets fired when a database connection is about to change. Throwing an Exception will block the connection change.
public void connectionChanged(borland.sql.dataset.ConnectionUpdateEvent event)The event that gets fired when a database connection has changed.
public void connectionClosed(borland.sql.dataset.ConnectionUpdateEvent event)The event that gets fired when a database connection is closed.