Interface ConnectionConfig
- All Known Subinterfaces:
DatabaseConfigConsole
- All Known Implementing Classes:
AbstractConnectionConfig
,DatabaseConfigConsoleImpl
,H2ConfigConsole
,SchemaAwareConfigConsole
public interface ConnectionConfig
-
Method Summary
Modifier and TypeMethodDescriptiongetUrl()
void
saveSettings
(Settings newSettings) Saves the settings in this ConnectionConfig into the given Settings object.void
-
Method Details
-
saveSettings
Saves the settings in this ConnectionConfig into the given Settings object.- Parameters:
newSettings
- Settings object to copy the settings into.- Throws:
ValidationException
-
testConnection
-
getUsername
String getUsername() -
getPassword
String getPassword() -
getUrl
- Throws:
ValidationException
-
getClassName
String getClassName() -
getDatabaseType
DatabaseType getDatabaseType()
-