public class SQLiteExplorerParameters extends JDBCServerExplorerParametersBase implements SQLiteConnectionParameters
PARAMETERS_DEFINITION_NAME
BATCH_SIZE_PARAMETER_NAME, CATALOG_PARAMTER_NAME, DEFAULT_BATCH_SIZE, JDBC_DRIVER_CLASS_PARAMTER_NAME, SCHEMA_PARAMTER_NAME, URL_PARAMTER_NAME
DBNAME_PARAMTER_NAME, HOST_PARAMTER_NAME, PASSWORD_PARAMTER_NAME, PORT_PARAMTER_NAME, USER_PARAMTER_NAME
CRS_PARAMTER_NAME
SHOWINFORMATIONDBTABLES_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, setUrl
getDBName, getDelegatedDynObject, getExplorerName, getHost, getPassword, getPort, getUser, setDBName, setHost, setPassword, setPort, setPort, setUser
clear, 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, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getBatchSize, getCatalog, getJDBCDriverClassName, getSchema
getDBName, getHost, getPassword, getPort, getUser, setDBName, setHost, setPassword, setPort, setUser
clear, getCopy, toByteArray, toString
loadFromState, saveToState
clone, delegate, getDynClass, getDynValue, hasDynValue, implement, invokeDynMethod, invokeDynMethod, setDynValue
toJson, toJson, toJsonBuilder, toJsonBuilder
fromJson
getDBName, getExplorerName, getHost, getPassword, getPort, getUser, setDBName, setHost, setPassword, setPort, setPort, setUser
getProviderName
public java.lang.String getUrl()
JDBCConnectionParameters
JDBC connection URL
parametergetUrl
in interface JDBCConnectionParameters
getUrl
in interface JDBCServerExplorerParameters
getUrl
in class JDBCServerExplorerParametersBase
public void validate() throws ValidateDataParametersException
DataParameters
validate
in interface DataParameters
validate
in class AbstractDataParameters
ValidateDataParametersException
- if any problem was detectedpublic boolean getEnableLoadExtension()
getEnableLoadExtension
in interface SQLiteConnectionParameters
public boolean getEnableSharedCache()
getEnableSharedCache
in interface SQLiteConnectionParameters
public void setEnableLoadExtension(boolean v)
setEnableLoadExtension
in interface SQLiteConnectionParameters
public void setEnableSharedCache(boolean v)
setEnableSharedCache
in interface SQLiteConnectionParameters
public java.util.Properties getProperties()
getProperties
in interface SQLiteConnectionParameters
public java.io.File getFile()
getFile
in interface FilesystemStoreParameters
getFile
in interface HasAFile
public void setFile(java.io.File database)
setFile
in interface FilesystemStoreParameters
setFile
in interface HasAFile