borland Packages Class Hierarchy dx.sql.dataset Package
java.lang.Object +----java.util.EventObject +----com.borland.dx.sql.dataset.ConnectionUpdateEvent
Variables Constructors Properties Methods
Implements ExceptionDispatch, Serializable
This class is used to inform the ConnectionUpdateListener
before and after closing a database connection or when changing the attributes of the JDBC connection.
public static final int CAN_CLOSE = 3Asking to close a database connection.
public static final int CHANGED = 1Changing a database connection.
public static final int CLOSED = 2Closing a database connection.
public static final int OPENING = 4Opening a database connection.
public ConnectionUpdateEvent(Object source)Constructs a
ConnectionUpdateEvent
object.
source