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, setSettings
getClassName, getDatabaseType, getDisplayName, saveSettings, testConnection, toString
public PostgresConfigPanel(DatabaseType databaseType)
public String getSchemaName()
DatabaseConfigPanel
getSchemaName
in class DatabaseConfigPanel
protected JPanel buildConfigPanel()
buildConfigPanel
in class CommonConfigPanel
protected void setUrlSettings(DatabaseInstance connectionProperties) throws ParseException
setUrlSettings
in class CommonConfigPanel
ParseException
protected void setSchemaName(String schemaName)
setSchemaName
in class CommonConfigPanel
public void validate() throws ValidationException
DatabaseConfigPanel
validate
in class CommonConfigPanel
ValidationException
- if any config is invalid.protected String getHostname()
getHostname
in class CommonConfigPanel
protected String getPort()
getPort
in class CommonConfigPanel
protected String getInstance()
getInstance
in class CommonConfigPanel
Copyright © 2002-2024 Atlassian. All Rights Reserved.