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.debugger.core   
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
 IControlConnection IControlConnectionManager.getOrCreateControlConnection(DatabaseIdentifier databaseIdentifier)
          Gets an controlconnection given the profile.
 

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.
 

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

Methods in org.eclipse.datatools.sqltools.debugger.core that throw NoSuchProfileException
 java.sql.Connection IDebuggerControlConnection.createConnection(java.lang.String[] connId)
          Creates a debuggee connection.
 java.sql.Connection IControlConnectionExtension.createConnection(boolean autoattach, java.lang.String[] connId)
          Creates a new connection using same profile as this.
static java.sql.Connection AutoAttachUtil.createConnection(IControlConnection controlcon, boolean autoattach, java.lang.String[] connid)
          If can't get connection id, may put "" as connection id.
 

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.