public class SQLiteExplorerParameters extends JDBCServerExplorerParametersBase implements SQLiteConnectionParameters
PARAMETERS_DEFINITION_NAMEBATCH_SIZE_PARAMETER_NAME, CATALOG_PARAMTER_NAME, DEFAULT_BATCH_SIZE, JDBC_DRIVER_CLASS_PARAMTER_NAME, SCHEMA_PARAMTER_NAME, URL_PARAMTER_NAMEDBNAME_PARAMTER_NAME, HOST_PARAMTER_NAME, PASSWORD_PARAMTER_NAME, PORT_PARAMTER_NAME, USER_PARAMTER_NAMECRS_PARAMTER_NAMESHOWINFORMATIONDBTABLES_PARAMTER_NAME| Constructor and Description |
|---|
SQLiteExplorerParameters() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getEnableLoadExtension() |
boolean |
getEnableSharedCache() |
java.io.File |
getFile() |
java.util.Properties |
getProperties() |
java.lang.String |
getUrl()
Return
JDBC connection URL parameter |
void |
setEnableLoadExtension(boolean v) |
void |
setEnableSharedCache(boolean v) |
void |
setFile(java.io.File database) |
void |
validate()
Checks its valid
|
getBatchSize, getCatalog, getJDBCDriverClassName, getSchema, getShowInformationDBTables, isTheSameServerExplorer, setCatalog, setJDBCDriverClassName, setSchema, setShowInformationDBTables, setShowInformationDBTables, setUrlgetDBName, getDelegatedDynObject, getExplorerName, getHost, getPassword, getPort, getUser, setDBName, setHost, setPassword, setPort, setPort, setUserclear, copyValuesTo, delegate, equals, fromByteArray, fromJson, getCause, getCopy, getDataStoreName, getDescription, getDynClass, getDynValue, getMessage, getProviderName, hasDynValue, hashCode, implement, invokeDynMethod, invokeDynMethod, isValid, loadFromState, loadPRJ, loadWLD, saveToState, setDynValue, toByteArray, toJson, toJsonBuilder, toString, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetBatchSize, getCatalog, getJDBCDriverClassName, getSchemagetDBName, getHost, getPassword, getPort, getUser, setDBName, setHost, setPassword, setPort, setUserclear, getCopy, toByteArray, toStringloadFromState, saveToStateclone, delegate, getDynClass, getDynValue, hasDynValue, implement, invokeDynMethod, invokeDynMethod, setDynValuetoJson, toJson, toJsonBuilder, toJsonBuilderfromJsongetDBName, getExplorerName, getHost, getPassword, getPort, getUser, setDBName, setHost, setPassword, setPort, setPort, setUsergetProviderNamepublic java.lang.String getUrl()
JDBCConnectionParametersJDBC connection URL parametergetUrl in interface JDBCConnectionParametersgetUrl in interface JDBCServerExplorerParametersgetUrl in class JDBCServerExplorerParametersBasepublic void validate()
throws ValidateDataParametersException
DataParametersvalidate in interface DataParametersvalidate in class AbstractDataParametersValidateDataParametersException - if any problem was detectedpublic boolean getEnableLoadExtension()
getEnableLoadExtension in interface SQLiteConnectionParameterspublic boolean getEnableSharedCache()
getEnableSharedCache in interface SQLiteConnectionParameterspublic void setEnableLoadExtension(boolean v)
setEnableLoadExtension in interface SQLiteConnectionParameterspublic void setEnableSharedCache(boolean v)
setEnableSharedCache in interface SQLiteConnectionParameterspublic java.util.Properties getProperties()
getProperties in interface SQLiteConnectionParameterspublic java.io.File getFile()
getFile in interface FilesystemStoreParametersgetFile in interface HasAFilepublic void setFile(java.io.File database)
setFile in interface FilesystemStoreParameterssetFile in interface HasAFile