public interface ConnectionConfig
Modifier and Type | Method and Description |
---|---|
String |
getClassName() |
DatabaseType |
getDatabaseType() |
String |
getPassword() |
String |
getUrl() |
String |
getUsername() |
void |
saveSettings(Settings newSettings)
Saves the settings in this ConnectionConfig into the given Settings object.
|
void |
testConnection() |
void saveSettings(Settings newSettings) throws ValidationException
newSettings
- Settings object to copy the settings into.ValidationException
void testConnection() throws ClassNotFoundException, SQLException, ValidationException
String getUsername()
String getPassword()
String getUrl() throws ValidationException
ValidationException
String getClassName()
DatabaseType getDatabaseType()
Copyright © 2002-2022 Atlassian. All Rights Reserved.