Interface Summary |
IConnectionInitializer |
As we are using connection pool and some configurations of the pooled connection may have been changed during last
session, we should reset them into the default status everytime a connection is retrieved from the pool. |
IConnectionTracker |
This is a simple interface used for notify the listener that a connection is closed. |
ISQLEditorConnectionInfo |
This interface defines all the connection information require by a SQLEditor . |
ISQLToolsConnectListener |
All classes in SQL Dev Tools which need to be notified when connect events occur should implement this interface instead of
IConnectListener to reduce the coupling between SQL Dev Tools and Connectivity layer, and meanwhile make the
boundary clear. |