Uses of Class
org.eclipse.datatools.sqltools.core.profile.NoSuchProfileException

Packages that use NoSuchProfileException
org.eclipse.datatools.sqltools.core   
org.eclipse.datatools.sqltools.core.profile   
org.eclipse.datatools.sqltools.core.services   
org.eclipse.datatools.sqltools.routineeditor.result   
 

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

Methods in org.eclipse.datatools.sqltools.core that throw NoSuchProfileException
 java.sql.Connection IControlConnectionPoolManager.getConnection(DatabaseIdentifier databaseIdentifier)
          Returns a connection for control connection to use
 IControlConnection IControlConnectionManager.getOrCreateControlConnection(DatabaseIdentifier databaseIdentifier)
          Gets an controlconnection given the profile.
 java.sql.Connection IControlConnection.createConnection(java.lang.String[] connId)
           
 

Uses of NoSuchProfileException in org.eclipse.datatools.sqltools.core.profile
 

Methods in org.eclipse.datatools.sqltools.core.profile that throw NoSuchProfileException
static IConnectionProfile ProfileUtil.getProfile(java.lang.String name)
          Returns a IConnectionProfile object by the name.
static java.lang.String ProfileUtil.getConnectionProfileId(java.lang.String profileName)
          Gets the connection profile provider id by the profile name.
static java.sql.Connection ProfileUtil.getReusableConnection(DatabaseIdentifier databaseIdentifier)
          Gets the shared connection from the connection profile TODO Now this method delegates to IConnectionProfile, which doesn't manage a connection for each database.
static java.sql.Connection ProfileUtil.getOrCreateReusableConnection(DatabaseIdentifier databaseIdentifier)
          Gets the shared connection from the connection profile.
 

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

Methods in org.eclipse.datatools.sqltools.core.services that throw NoSuchProfileException
 java.sql.Connection ConnectionService.createConnection(DatabaseIdentifier databaseIdentifier, boolean usePool)
          Returns a connection for caller to use.
 java.util.Properties ConnectionService.getDefaultConnectionProperties(java.lang.String profileName)
          Returns the default properties of the given profile for creating a connection to that profile
 

Uses of NoSuchProfileException in org.eclipse.datatools.sqltools.routineeditor.result
 

Constructors in org.eclipse.datatools.sqltools.routineeditor.result that throw NoSuchProfileException
CallableSQLResultRunnable(java.sql.Connection con, ILaunchConfiguration configuration, boolean closeCon, IConnectionTracker tracker, DatabaseIdentifier databaseIdentifier)
           
 



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