public class H2ServerExplorerParameters extends JDBCServerExplorerParameters implements H2ConnectionParameters
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PARAMETERS_DEFINITION_NAME |
SHOWINFORMATIONDBTABLES_PARAMTER_NAMEPARAMETER_NAME_BASEFOLDER, PARAMETER_NAME_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 |
|---|
H2ServerExplorerParameters() |
| Modifier and Type | Method and Description |
|---|---|
java.io.File |
getBaseFolder() |
java.lang.Boolean |
getUseSSL() |
void |
setBaseFolder(java.io.File baseFolder) |
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 H2ConnectionParameterspublic void setUseSSL(java.lang.Boolean useSSL)
public void setUseSSL(boolean useSSL)
public java.io.File getBaseFolder()
getBaseFolder in interface H2ConnectionParameterspublic void setBaseFolder(java.io.File baseFolder)
public void validate()
throws ValidateDataParametersException
DataParametersvalidate in interface DataParametersvalidate in class AbstractDataParametersValidateDataParametersException - if any problem was detected