|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SQLDevToolsConfiguration | |
---|---|
org.eclipse.datatools.sqltools.core |
Uses of SQLDevToolsConfiguration in org.eclipse.datatools.sqltools.core |
---|
Methods in org.eclipse.datatools.sqltools.core that return SQLDevToolsConfiguration | |
---|---|
static SQLDevToolsConfiguration |
SQLToolsFacade.getConfiguration(DatabaseIdentifier databaseIdentifier,
DatabaseVendorDefinitionId vendorId)
Gets the SQLDevToolsConfiguration object. |
static SQLDevToolsConfiguration |
SQLToolsFacade.getConfiguration(java.lang.String dbType,
DatabaseIdentifier databaseIdentifier)
|
static SQLDevToolsConfiguration |
SQLToolsFacade.getConfigurationByDBDefName(java.lang.String dbDefName)
Gets the SQLDevToolsConfiguration object by the database definition name. |
static SQLDevToolsConfiguration |
SQLToolsFacade.getConfigurationByProfileName(java.lang.String profileName)
Gets the SQLDevToolsConfiguration object by the connection profile name. |
static SQLDevToolsConfiguration |
SQLToolsFacade.getConfigurationByVendorIdentifier(DatabaseVendorDefinitionId vendorId)
Gets the SQLDevToolsConfiguration object by the DatabaseVendorDefinitionId object |
static SQLDevToolsConfiguration |
SQLToolsFacade.getDefaultConfiguration()
Gets the default SQLDevToolsConfiguration object, which is contributed via the "isDefault"
attribute of the "dbConfiguration" extension point, or if there's no such contribution, will use
SQLDevToolsConfiguration.getDefaultInstance(). |
static SQLDevToolsConfiguration |
SQLDevToolsConfiguration.getDefaultInstance()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |