|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of NoSuchProfileException in org.eclipse.datatools.sqltools.core |
---|
Methods in org.eclipse.datatools.sqltools.core that throw NoSuchProfileException | |
---|---|
java.sql.Connection |
IControlConnection.createConnection(java.lang.String[] connId)
|
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. |
Uses of NoSuchProfileException in org.eclipse.datatools.sqltools.core.profile |
---|
Methods in org.eclipse.datatools.sqltools.core.profile that throw NoSuchProfileException | |
---|---|
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.getOrCreateReusableConnection(DatabaseIdentifier databaseIdentifier)
Gets the shared connection from the connection profile. |
static IConnectionProfile |
ProfileUtil.getProfile(java.lang.String name)
Returns a IConnectionProfile object by the 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.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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |