|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ISQLEditorConnectionInfo | |
org.eclipse.datatools.sqltools.sqleditor |
Uses of ISQLEditorConnectionInfo in org.eclipse.datatools.sqltools.sqleditor |
Classes in org.eclipse.datatools.sqltools.sqleditor that implement ISQLEditorConnectionInfo | |
class |
SQLEditorConnectionInfo
This class provides the default implementation for ISQLEditorConnectionInfo . |
Methods in org.eclipse.datatools.sqltools.sqleditor that return ISQLEditorConnectionInfo | |
ISQLEditorConnectionInfo |
SQLEditorStorageEditorInput.getConnectionInfo()
Gets the ISQLEditorConnectionInfo object for this editor input. |
ISQLEditorConnectionInfo |
SQLEditorFileEditorInput.getConnectionInfo()
Gets the ISQLEditorConnectionInfo associated with this input. |
ISQLEditorConnectionInfo |
SQLEditor.getConnectionInfo()
Gets the connection info object of the editor input of this editor. |
ISQLEditorConnectionInfo |
SQLEditor.requestConnectionFromUser()
Prompts the user to select an existing connection or create a new one. |
ISQLEditorConnectionInfo |
ISQLEditorInput.getConnectionInfo()
|
Methods in org.eclipse.datatools.sqltools.sqleditor with parameters of type ISQLEditorConnectionInfo | |
void |
SQLEditorStorageEditorInput.setConnectionInfo(ISQLEditorConnectionInfo connInfo)
Sets the ISQLEditorConnectionInfo object for this editor input to
the given object. |
void |
SQLEditorFileEditorInput.setConnectionInfo(ISQLEditorConnectionInfo connInfo)
Sets the ISQLEditorConnectionInfo associated with this input to the given
object. |
void |
SQLEditor.setConnectionInfo(ISQLEditorConnectionInfo connInfo)
Sets the connection info object of the editor input of this editor. |
void |
ISQLEditorInput.setConnectionInfo(ISQLEditorConnectionInfo connInfo)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |