public class PostgresConfigPanel extends CommonConfigPanel
TEXT_FIELD_COLUMNS| Constructor and Description |
|---|
PostgresConfigPanel(DatabaseType databaseType) |
| Modifier and Type | Method and Description |
|---|---|
protected JPanel |
buildConfigPanel() |
protected String |
getHostname() |
protected String |
getInstance() |
protected String |
getPort() |
String |
getSchemaName()
For DB's that want to allow entity-engine to set a schema-name, this will return the user's selected Schema-name
|
protected void |
setSchemaName(String schemaName) |
protected void |
setUrlSettings(DatabaseInstance connectionProperties) |
void |
validate()
Verify that the settings are valid.
|
getPanel, getPassword, getUrl, getUsername, setSettingsgetClassName, getDatabaseType, getDisplayName, saveSettings, testConnection, toStringpublic PostgresConfigPanel(DatabaseType databaseType)
public String getSchemaName()
DatabaseConfigPanelgetSchemaName in class DatabaseConfigPanelprotected JPanel buildConfigPanel()
buildConfigPanel in class CommonConfigPanelprotected void setUrlSettings(DatabaseInstance connectionProperties) throws ParseException
setUrlSettings in class CommonConfigPanelParseExceptionprotected void setSchemaName(String schemaName)
setSchemaName in class CommonConfigPanelpublic void validate()
throws ValidationException
DatabaseConfigPanelvalidate in class CommonConfigPanelValidationException - if any config is invalid.protected String getHostname()
getHostname in class CommonConfigPanelprotected String getPort()
getPort in class CommonConfigPanelprotected String getInstance()
getInstance in class CommonConfigPanelCopyright © 2002-2023 Atlassian. All Rights Reserved.