Uses of Interface
org.eclipse.datatools.sqltools.editor.core.connection.ISQLEditorConnectionInfo

Packages that use ISQLEditorConnectionInfo
org.eclipse.datatools.sqltools.core.services   
org.eclipse.datatools.sqltools.routineeditor   
org.eclipse.datatools.sqltools.sqleditor   
 

Uses of ISQLEditorConnectionInfo in org.eclipse.datatools.sqltools.core.services
 

Methods in org.eclipse.datatools.sqltools.core.services with parameters of type ISQLEditorConnectionInfo
 ISQLDBProposalsService SQLEditorService.getSQLDBProposalsService(ISQLEditorConnectionInfo connInfo)
          Returns a ISQLDBProposalsService object which is used to execute operations to load db proposals
 

Uses of ISQLEditorConnectionInfo in org.eclipse.datatools.sqltools.routineeditor
 

Methods in org.eclipse.datatools.sqltools.routineeditor with parameters of type ISQLEditorConnectionInfo
 void RoutineEditor.setConnectionInfo(ISQLEditorConnectionInfo connInfo)
           
 

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.
 

Fields in org.eclipse.datatools.sqltools.sqleditor declared as ISQLEditorConnectionInfo
static ISQLEditorConnectionInfo SQLEditorConnectionInfo.DEFAULT_SQLEDITOR_CONNECTION_INFO
           
 

Methods in org.eclipse.datatools.sqltools.sqleditor that return ISQLEditorConnectionInfo
static ISQLEditorConnectionInfo SQLEditorConnectionInfo.decode(java.lang.String code)
          Decodes a SQLEditorConnectionInfo from an encoded String
 ISQLEditorConnectionInfo ISQLEditorInput.getConnectionInfo()
           
 ISQLEditorConnectionInfo SQLEditor.getConnectionInfo()
          Gets the connection info object of the editor input of this editor.
 ISQLEditorConnectionInfo SQLEditorStorageEditorInput.getConnectionInfo()
          Gets the ISQLEditorConnectionInfo object for this editor input.
 ISQLEditorConnectionInfo SQLEditor.requestConnectionFromUser()
          Prompts the user to select an existing connection or create a new one.
 

Methods in org.eclipse.datatools.sqltools.sqleditor with parameters of type ISQLEditorConnectionInfo
 void ISQLEditorInput.setConnectionInfo(ISQLEditorConnectionInfo connInfo)
           
 void SQLEditor.setConnectionInfo(ISQLEditorConnectionInfo connInfo)
          Sets the connection info object of the editor input of this editor.
 void SQLEditorStorageEditorInput.setConnectionInfo(ISQLEditorConnectionInfo connInfo)
          Sets the ISQLEditorConnectionInfo object for this editor input to the given object.
 



Copyright © 2006 -- 2008 Actuate, IBM Corporation, Sybase, Inc. and others. All rights reserved.