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

Packages that use ISQLEditorConnectionInfo
org.eclipse.datatools.sqltools.editor.contentassist   
org.eclipse.datatools.sqltools.routineeditor.ui   
org.eclipse.datatools.sqltools.sqlbuilder   
org.eclipse.datatools.sqltools.sqlbuilder.actions   
org.eclipse.datatools.sqltools.sqlbuilder.input   
org.eclipse.datatools.sqltools.sqlbuilder.model   
org.eclipse.datatools.sqltools.sqlbuilder.util   
org.eclipse.datatools.sqltools.sqlbuilder.views.source   
org.eclipse.datatools.sqltools.sqleditor   
org.eclipse.datatools.sqltools.sqleditor.internal.actions   
org.eclipse.datatools.sqltools.sqleditor.internal.sql   
org.eclipse.datatools.sqltools.sqleditor.internal.utils   
 

Uses of ISQLEditorConnectionInfo in org.eclipse.datatools.sqltools.editor.contentassist
 

Methods in org.eclipse.datatools.sqltools.editor.contentassist that return ISQLEditorConnectionInfo
 ISQLEditorConnectionInfo ISQLDBProposalsService.getSQLEditorConnectionInfo()
          Gets the ISQLEditorConnectionInfo used to provide content assist.
 

Methods in org.eclipse.datatools.sqltools.editor.contentassist with parameters of type ISQLEditorConnectionInfo
 void ISQLDBProposalsService.setSQLEditorConnectionInfo(ISQLEditorConnectionInfo connectionInfo)
          Sets the ISQLEditorConnectionInfo used to provide content assist.
 

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

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

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

Methods in org.eclipse.datatools.sqltools.sqlbuilder that return ISQLEditorConnectionInfo
 ISQLEditorConnectionInfo SQLBuilder.getConnectionInfo()
          Gets the ISQLEditorConnectionInfo object associated with this SQLBuilder's statement.
 

Uses of ISQLEditorConnectionInfo in org.eclipse.datatools.sqltools.sqlbuilder.actions
 

Methods in org.eclipse.datatools.sqltools.sqlbuilder.actions with parameters of type ISQLEditorConnectionInfo
static org.eclipse.ui.IEditorInput ActionHelper.createEditorInput(org.eclipse.core.resources.IResource resource, java.lang.String editorID, ISQLEditorConnectionInfo connInfo)
          Creates and returns an IEditorInput object that is suitable for the given editor.
 

Uses of ISQLEditorConnectionInfo in org.eclipse.datatools.sqltools.sqlbuilder.input
 

Methods in org.eclipse.datatools.sqltools.sqlbuilder.input that return ISQLEditorConnectionInfo
 ISQLEditorConnectionInfo SQLBuilderEditorInput.getConnectionInfo()
          Gets the ISQLEditorConnectionInfo associated with this input.
 ISQLEditorConnectionInfo ISQLBuilderEditorInput.getConnectionInfo()
          Gets the ISQLEditorConnectionInfo associated with this input.
 ISQLEditorConnectionInfo SQLBuilderFileEditorInput.getConnectionInfo()
          Gets the ISQLEditorConnectionInfo associated with this input.
 

Methods in org.eclipse.datatools.sqltools.sqlbuilder.input with parameters of type ISQLEditorConnectionInfo
 void SQLBuilderEditorInput.setConnectionInfo(ISQLEditorConnectionInfo connInfo)
          Sets the ISQLEditorConnectionInfo associated with this input to the given object.
 void ISQLBuilderEditorInput.setConnectionInfo(ISQLEditorConnectionInfo connInfo)
          Sets the ISQLEditorConnectionInfo associated with this input to the given object.
 void SQLBuilderFileEditorInput.setConnectionInfo(ISQLEditorConnectionInfo connInfo)
          Sets the ISQLEditorConnectionInfo associated with this input to the given object.
 

Constructors in org.eclipse.datatools.sqltools.sqlbuilder.input with parameters of type ISQLEditorConnectionInfo
SQLBuilderEditorInput(ISQLEditorConnectionInfo connectionInfo, int statementType)
          Creates an instance of this class with the given ConnectionInfo and StatementType.
SQLBuilderEditorInput(ISQLEditorConnectionInfo connectionInfo, ISQLStatementInfo sqlStatementInfo)
          Creates an instance of this class with the given ConnectionInfo and SQLStatementInfo.
SQLBuilderEditorInput(ISQLEditorConnectionInfo connectionInfo, ISQLStatementInfo sqlStatementInfo, IOmitSchemaInfo omitSchemaInfo)
          Creates an instance of this class with the given ConnectionInfo and SQLStatementInfo.
 

Uses of ISQLEditorConnectionInfo in org.eclipse.datatools.sqltools.sqlbuilder.model
 

Classes in org.eclipse.datatools.sqltools.sqlbuilder.model that implement ISQLEditorConnectionInfo
 class SQLBuilderConnectionInfo
          This class extends SQLEditorConnectionInfo so that a ConnectionInfo object can be constructed from a ConnectionProfile.
 

Methods in org.eclipse.datatools.sqltools.sqlbuilder.model that return ISQLEditorConnectionInfo
 ISQLEditorConnectionInfo SQLDomainModel.getConnectionInfo()
          Gets the ISQLEditorConnectionInfo object associated with this statement.
 

Methods in org.eclipse.datatools.sqltools.sqlbuilder.model with parameters of type ISQLEditorConnectionInfo
 void SQLDomainModel.setConnectionInfo(ISQLEditorConnectionInfo info)
          Sets the ISQLEditorConnectionInfo object associated with this statement to the given object.
 

Constructors in org.eclipse.datatools.sqltools.sqlbuilder.model with parameters of type ISQLEditorConnectionInfo
DBVersionHelper(ISQLEditorConnectionInfo connInfo)
          Constructs an instance of this class using the given ISQLEditorConnectionInfo object.
 

Uses of ISQLEditorConnectionInfo in org.eclipse.datatools.sqltools.sqlbuilder.util
 

Methods in org.eclipse.datatools.sqltools.sqlbuilder.util that return ISQLEditorConnectionInfo
static ISQLEditorConnectionInfo SQLFileUtil.getConnectionInfo(org.eclipse.core.resources.IFile file)
           
 

Methods in org.eclipse.datatools.sqltools.sqlbuilder.util with parameters of type ISQLEditorConnectionInfo
static java.lang.String SQLIdentifier.convertAuthID(java.lang.String id, ISQLEditorConnectionInfo coninfo)
          Returns the input authorization ID in SQL format.
static boolean SQLIdentifier.equals(java.lang.String id1, java.lang.String id2, ISQLEditorConnectionInfo coninfo)
          Returns true if two SQL identifiers in SQL format are "equal" for the given connection.
static long SQLIdentifier.getCatalogLength(java.lang.String text, ISQLEditorConnectionInfo aConInfo)
          Determines the length in the database catalog of a given Java String.
static DatabaseDefinition SQLDBUtil.getDatabaseDefinition(ISQLEditorConnectionInfo connInfo)
           
static java.lang.String SQLIdentifier.getIdentifierQuoteString(ISQLEditorConnectionInfo connInfo)
          Returns the IdentifierQuoteString for a database via a database connection.
static int SQLIdentifier.getPlatform(ISQLEditorConnectionInfo aConInfo)
          Returns the code for the DB2 platform represented by a given Connection object.
static int[] SQLIdentifier.getVersion(ISQLEditorConnectionInfo aConInfo)
          Returns the version, release, and modification levels, as specified in the ISQLEditorConnectionInfo or DatabaseDefinition.
static boolean SQLIdentifier.isReservedIdentifier(java.lang.String id, ISQLEditorConnectionInfo coninfo)
          Returns true if the given SQL ordinary identifier is a reserved word.
static java.lang.String SQLIdentifier.toCatalogFormat(java.lang.String id, ISQLEditorConnectionInfo coninfo)
          Returns the input SQL identifier as the database at the given connection would store it in its catalog.
static java.lang.String SQLIdentifier.toSQLFormat(java.lang.String id, ISQLEditorConnectionInfo coninfo)
          Returns the input SQL identifier ready to be used in an SQL statement for the given connection.
 

Uses of ISQLEditorConnectionInfo in org.eclipse.datatools.sqltools.sqlbuilder.views.source
 

Methods in org.eclipse.datatools.sqltools.sqlbuilder.views.source that return ISQLEditorConnectionInfo
 ISQLEditorConnectionInfo SQLBuilderDBProposalsService.getConnectionInfo()
          Gets the ISQLEditorConnectionInfo used to provide content assist.
 

Constructors in org.eclipse.datatools.sqltools.sqlbuilder.views.source with parameters of type ISQLEditorConnectionInfo
SQLBuilderDBProposalsService(ISQLEditorConnectionInfo connInfo)
          Constructs an instance of this class with the given ISQLEditorConnectionInfo object.
SQLBuilderDBProposalsService(ISQLEditorConnectionInfo connInfo, java.lang.String schemaName)
          Constructs an instance of this class with the given ISQLEditorConnectionInfo object and default (implied) schema name.
 

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 SQLEditor.getConnectionInfo()
          Gets the connection info object of the editor input of this editor.
 ISQLEditorConnectionInfo ISQLEditorInput.getConnectionInfo()
           
 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 SQLEditor.setConnectionInfo(ISQLEditorConnectionInfo connInfo)
          Sets the connection info object of the editor input of this editor.
 void ISQLEditorInput.setConnectionInfo(ISQLEditorConnectionInfo connInfo)
           
 void SQLEditorStorageEditorInput.setConnectionInfo(ISQLEditorConnectionInfo connInfo)
          Sets the ISQLEditorConnectionInfo object for this editor input to the given object.
 

Uses of ISQLEditorConnectionInfo in org.eclipse.datatools.sqltools.sqleditor.internal.actions
 

Methods in org.eclipse.datatools.sqltools.sqleditor.internal.actions that return ISQLEditorConnectionInfo
 ISQLEditorConnectionInfo SQLConnectAction.getConnectionInfo()
          Gets the current ISQLEditorConnectionInfo object associated with this action.
 

Methods in org.eclipse.datatools.sqltools.sqleditor.internal.actions with parameters of type ISQLEditorConnectionInfo
 void SQLConnectAction.setConnectionInfo(ISQLEditorConnectionInfo connInfo)
          Sets the current ISQLEditorConnectionInfo object to the given object.
 

Uses of ISQLEditorConnectionInfo in org.eclipse.datatools.sqltools.sqleditor.internal.sql
 

Methods in org.eclipse.datatools.sqltools.sqleditor.internal.sql that return ISQLEditorConnectionInfo
 ISQLEditorConnectionInfo SQLDBProposalsService.getConnectionInfo()
          Gets the ISQLEditorConnectionInfo used to provide content assist.
 ISQLEditorConnectionInfo SQLDBProposalsService.getSQLEditorConnectionInfo()
           
 

Methods in org.eclipse.datatools.sqltools.sqleditor.internal.sql with parameters of type ISQLEditorConnectionInfo
 void SQLDBProposalsService.setSQLEditorConnectionInfo(ISQLEditorConnectionInfo connectionInfo)
           
 

Constructors in org.eclipse.datatools.sqltools.sqleditor.internal.sql with parameters of type ISQLEditorConnectionInfo
SQLDBProposalsService(ISQLEditorConnectionInfo connInfo)
          Constructs an instance of this class with the given ISQLEditorConnectionInfo object.
 

Uses of ISQLEditorConnectionInfo in org.eclipse.datatools.sqltools.sqleditor.internal.utils
 

Methods in org.eclipse.datatools.sqltools.sqleditor.internal.utils with parameters of type ISQLEditorConnectionInfo
static java.lang.String SQLDBUtils.getDefaultSchemaName(ISQLEditorConnectionInfo connInfo)
           
static boolean SQLDBUtils.isConnected(ISQLEditorConnectionInfo connInfo)
          Determines if the DB connection described by the given ISQLEditorConnectionInfo is actively connected
static boolean SQLDBUtils.isDefaultUser(ISQLEditorConnectionInfo connInfo)
          Determines if the given ISQLEditorConnectionInfo is references the default user ID.
static boolean SQLDBUtils.isPromptNeeded(ISQLEditorConnectionInfo connInfo)
          Determines if a user ID and password prompt is needed for the given ISQLEditorConnectionInfo object.