public class PostgreSQLServerExplorerParameters extends JDBCServerExplorerParameters implements PostgreSQLConnectionParameters
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PARAMETERS_DEFINITION_NAME |
SHOWINFORMATIONDBTABLES_PARAMTER_NAMEDYNFIELDNAME_USESSLCATALOG_PARAMTER_NAME, JDBC_DRIVER_CLASS_PARAMTER_NAME, SCHEMA_PARAMTER_NAME, URL_PARAMTER_NAMEDBNAME_PARAMTER_NAME, HOST_PARAMTER_NAME, PASSWORD_PARAMTER_NAME, PORT_PARAMTER_NAME, USER_PARAMTER_NAME| Constructor and Description |
|---|
PostgreSQLServerExplorerParameters() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
getUseSSL() |
void |
setUseSSL(boolean useSSL) |
void |
setUseSSL(java.lang.Boolean useSSL) |
void |
validate()
Checks its valid
|
getCatalog, getJDBCDriverClassName, getSchema, getShowInformationDBTables, getUrl, setCatalog, setJDBCDriverClassName, setSchema, setShowInformationDBTables, setShowInformationDBTables, setUrlgetDBName, getDelegatedDynObject, getExplorerName, getHost, getPassword, getPort, getUser, setDBName, setHost, setPassword, setPort, setPort, setUserclear, copyValuesTo, delegate, getCopy, getDynClass, getDynValue, hasDynValue, implement, invokeDynMethod, invokeDynMethod, loadFromState, saveToState, setDynValue, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetCatalog, getJDBCDriverClassName, getSchema, getUrlgetDBName, getHost, getPassword, getPort, getUserclear, getCopyloadFromState, saveToStatedelegate, getDynClass, getDynValue, hasDynValue, implement, invokeDynMethod, invokeDynMethod, setDynValuepublic static final java.lang.String PARAMETERS_DEFINITION_NAME
public java.lang.Boolean getUseSSL()
getUseSSL in interface PostgreSQLConnectionParameterspublic void setUseSSL(java.lang.Boolean useSSL)
public void setUseSSL(boolean useSSL)
public void validate()
throws ValidateDataParametersException
DataParametersvalidate in interface DataParametersvalidate in class AbstractDataParametersValidateDataParametersException - if any problem was detected