Uses of Class
org.eclipse.datatools.sqltools.core.SQLDevToolsConfiguration

Packages that use SQLDevToolsConfiguration
org.eclipse.datatools.sqltools.core   
org.eclipse.datatools.sqltools.debugger.core   
 

Uses of SQLDevToolsConfiguration in org.eclipse.datatools.sqltools.core
 

Methods in org.eclipse.datatools.sqltools.core that return SQLDevToolsConfiguration
static SQLDevToolsConfiguration SQLToolsFacade.getConfigurationByDBDefName(java.lang.String dbDefName)
          Gets the SQLDevToolsConfiguration object by the database definition name.
static SQLDevToolsConfiguration SQLToolsFacade.getConfigurationByVendorIdentifier(DatabaseVendorDefinitionId vendorId)
          Gets the SQLDevToolsConfiguration object by the DatabaseVendorDefinitionId object
static SQLDevToolsConfiguration SQLToolsFacade.getConfigurationByProfileName(java.lang.String profileName)
          Gets the SQLDevToolsConfiguration object by the connection profile name.
static SQLDevToolsConfiguration SQLToolsFacade.getConfiguration(DatabaseIdentifier databaseIdentifier, DatabaseVendorDefinitionId vendorId)
          Gets the SQLDevToolsConfiguration object.
static SQLDevToolsConfiguration SQLDevToolsConfiguration.getDefaultInstance()
           
 

Uses of SQLDevToolsConfiguration in org.eclipse.datatools.sqltools.debugger.core
 

Subclasses of SQLDevToolsConfiguration in org.eclipse.datatools.sqltools.debugger.core
 class SQLDebuggerConfiguration
          Database plugins should implement this interface to provide database-specific features.
 



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