|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IControlConnection | |
org.eclipse.datatools.sqltools.core | |
org.eclipse.datatools.sqltools.core.services | |
org.eclipse.datatools.sqltools.routineeditor |
Uses of IControlConnection in org.eclipse.datatools.sqltools.core |
Methods in org.eclipse.datatools.sqltools.core that return IControlConnection | |
IControlConnection |
IControlConnectionManager.getOrCreateControlConnection(DatabaseIdentifier databaseIdentifier)
Gets an controlconnection given the profile. |
IControlConnection |
IControlConnectionManager.getControlConnection(DatabaseIdentifier databaseIdentifier)
Checks whether there is a controlconnection exists for the specified database identifier. |
IControlConnection[] |
IControlConnectionManager.getControlConnections()
Retrieves all controlconnections registered in this control connection manager |
IControlConnection[] |
IControlConnectionManager.getControlConnections(java.lang.String profileName)
Checks whether there are control connections exist for the specified connection profile. |
Methods in org.eclipse.datatools.sqltools.core with parameters of type IControlConnection | |
void |
IControlConnectionListener.controlConnectionAdded(IControlConnection con)
A new control connection is created and added into the control connection manager |
void |
IControlConnectionListener.controlConnectionDetached(IControlConnection con)
The control connection is destroyed and removed from the control connection manager |
void |
IControlConnectionListener.controlConnectionRefreshed(IControlConnection con)
The control connection has changed its status |
void |
IControlConnectionListener.controlConnectionRefreshed(IControlConnection con,
ProcIdentifier proc)
The routine object proc which is managed by the control connection has changed. |
Uses of IControlConnection in org.eclipse.datatools.sqltools.core.services |
Methods in org.eclipse.datatools.sqltools.core.services that return IControlConnection | |
IControlConnection |
ConnectionService.createControlConnection(DatabaseIdentifier databaseIdentifier)
Returns an IControlConnection object which is used for all shared usage to that particular database. |
Uses of IControlConnection in org.eclipse.datatools.sqltools.routineeditor |
Methods in org.eclipse.datatools.sqltools.routineeditor with parameters of type IControlConnection | |
void |
SQLRoutineDocumentProvider.refreshFromDatabase(java.lang.Object element,
IControlConnection controlCon,
ProcIdentifier proc)
|
void |
IRoutineEditorDocumentProvider.refreshFromDatabase(java.lang.Object element,
IControlConnection controlCon,
ProcIdentifier proc)
Refreshs the routine object from database. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |