public class SQLiteNewStoreParameters extends JDBCNewStoreParametersBase implements SQLiteConnectionParameters
BATCH_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_NAMEPARAMETERS_DEFINITION_NAME, TABLE_PARAMTER_NAMEFEATURETYPE_PARAMTER_NAME| Constructor and Description |
|---|
SQLiteNewStoreParameters() |
| 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
|
escapeName, getAllRole, getBatchSize, getCatalog, getDeleteRole, getInsertRole, getJDBCDriverClassName, getPostCreatingStatement, getReferenceRole, getSchema, getSelectRole, getTriggerRole, getTruncateRole, getUpdateRole, setAllRole, setCatalog, setDeleteRole, setInsertRole, setJDBCDriverClassName, setPostCreatingStatement, setReferenceRole, setSchema, setSelectRole, setTriggerRole, setTruncateRole, setUpdateRole, setUrl, tableIDgetDataStoreName, getDBName, getDefaultFeatureType, getDelegatedDynObject, getDescription, getHost, getPassword, getPort, getTable, getUser, isValid, setDBName, setDefaultFeatureType, setHost, setPassword, setPort, setPort, setTable, setUsergetSourceId, isTheSameStoreclear, copyValuesTo, delegate, equals, fromByteArray, fromJson, getCause, getCopy, 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, toJsonBuilderfromJsongetDataStoreName, getDBName, getDefaultFeatureType, getDescription, getHost, getPassword, getPort, getTable, getUser, isValid, setDBName, setDefaultFeatureType, setHost, setPassword, setPort, setPort, setTable, setUsergetProviderName, getSourceId, isTheSameStorepublic java.lang.String getUrl()
JDBCConnectionParametersJDBC connection URL parametergetUrl in interface JDBCConnectionParametersgetUrl in interface JDBCNewStoreParametersgetUrl in class JDBCNewStoreParametersBasepublic 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