Methods in org.eclipse.datatools.sqltools.core.profile with parameters of type ConnectProfile |
void |
SQLToolsProfileListenersManager.fireProfileChanged(IConnectionProfile profile,
java.lang.String oldName,
java.lang.String oldDesc,
java.lang.Boolean oldAutoConnect,
boolean onlyNameChanged,
ConnectProfile oldProfile)
|
static boolean |
ProfileUtil.isDatabaseProfile(ConnectProfile connectProfile)
This method is used to verify if this profile is database profile. |
void |
ISQLToolsProfileListener.profileChanged(IConnectionProfile profile,
java.lang.String oldName,
java.lang.String oldDesc,
java.lang.Boolean oldAutoConnect,
boolean onlyNameChanged,
ConnectProfile oldProfile)
Will be notified when a profile is changed |
boolean |
ConnectProfile.isOnlyNameChanged(ConnectProfile p)
|