Package org.gvsig.fmap.dal.store.jdbc
Class JDBCServerExplorerParametersBase
java.lang.Object
org.gvsig.fmap.dal.spi.AbstractDataParameters
org.gvsig.fmap.dal.spi.AbstractDataServerExplorerParameters
org.gvsig.fmap.dal.serverexplorer.db.AbstractDBServerExplorerParameters
org.gvsig.fmap.dal.store.jdbc.JDBCServerExplorerParametersBase
- All Implemented Interfaces:
org.gvsig.fmap.dal.DataParameters,org.gvsig.fmap.dal.DataServerExplorerParameters,org.gvsig.fmap.dal.resource.db.DBParameters,org.gvsig.fmap.dal.serverexplorer.db.DBConnectionParameter,org.gvsig.fmap.dal.serverexplorer.db.DBServerExplorerParameters,org.gvsig.fmap.dal.store.jdbc.JDBCConnectionParameters,org.gvsig.fmap.dal.store.jdbc.JDBCServerExplorerParameters,org.gvsig.json.SupportFromJson,org.gvsig.json.SupportToJson,org.gvsig.tools.dynobject.DynObject,org.gvsig.tools.persistence.Persistent,org.gvsig.tools.util.Validator
- Direct Known Subclasses:
FakeConnectionParameters
public class JDBCServerExplorerParametersBase
extends org.gvsig.fmap.dal.serverexplorer.db.AbstractDBServerExplorerParameters
implements org.gvsig.fmap.dal.store.jdbc.JDBCServerExplorerParameters
-
Field Summary
Fields inherited from class org.gvsig.fmap.dal.serverexplorer.db.AbstractDBServerExplorerParameters
PARAMETERS_DEFINITION_NAMEFields inherited from interface org.gvsig.fmap.dal.DataParameters
CRS_PARAMTER_NAMEFields inherited from interface org.gvsig.fmap.dal.resource.db.DBParameters
DBNAME_PARAMTER_NAME, HOST_PARAMTER_NAME, PASSWORD_PARAMTER_NAME, PORT_PARAMTER_NAME, USER_PARAMTER_NAMEFields inherited from interface org.gvsig.fmap.dal.store.jdbc.JDBCConnectionParameters
BATCH_SIZE_PARAMETER_NAME, CATALOG_PARAMTER_NAME, DEFAULT_BATCH_SIZE, JDBC_DRIVER_CLASS_PARAMTER_NAME, SCHEMA_PARAMTER_NAME, URL_PARAMTER_NAMEFields inherited from interface org.gvsig.fmap.dal.store.jdbc.JDBCServerExplorerParameters
SHOWINFORMATIONDBTABLES_PARAMTER_NAME -
Constructor Summary
ConstructorsConstructorDescriptionJDBCServerExplorerParametersBase(String parametersDefinitionName, String name) -
Method Summary
Modifier and TypeMethodDescriptionintgetUrl()booleanisTheSameServerExplorer(org.gvsig.fmap.dal.DataServerExplorerParameters params) voidsetCatalog(String catalog) voidsetJDBCDriverClassName(String className) voidvoidsetShowInformationDBTables(boolean show) voidvoidMethods inherited from class org.gvsig.fmap.dal.serverexplorer.db.AbstractDBServerExplorerParameters
getDBName, getDelegatedDynObject, getExplorerName, getHost, getPassword, getPort, getUser, setDBName, setHost, setPassword, setPort, setPort, setUserMethods inherited from class org.gvsig.fmap.dal.spi.AbstractDataParameters
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, validateMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.gvsig.fmap.dal.DataParameters
clear, getCopy, toByteArray, toString, validateMethods inherited from interface org.gvsig.fmap.dal.DataServerExplorerParameters
getProviderNameMethods inherited from interface org.gvsig.fmap.dal.serverexplorer.db.DBServerExplorerParameters
getDBName, getExplorerName, getHost, getPassword, getPort, getUser, setDBName, setHost, setPassword, setPort, setPort, setUserMethods inherited from interface org.gvsig.tools.dynobject.DynObject
delegate, getDynClass, getDynValue, hasDynValue, implement, invokeDynMethod, invokeDynMethod, setDynValueMethods inherited from interface org.gvsig.tools.persistence.Persistent
loadFromState, saveToStateMethods inherited from interface org.gvsig.json.SupportFromJson
fromJsonMethods inherited from interface org.gvsig.json.SupportToJson
toJson, toJson, toJsonBuilder, toJsonBuilder
-
Constructor Details
-
JDBCServerExplorerParametersBase
public JDBCServerExplorerParametersBase() -
JDBCServerExplorerParametersBase
-
-
Method Details
-
setJDBCDriverClassName
- Specified by:
setJDBCDriverClassNamein interfaceorg.gvsig.fmap.dal.store.jdbc.JDBCServerExplorerParameters
-
getJDBCDriverClassName
- Specified by:
getJDBCDriverClassNamein interfaceorg.gvsig.fmap.dal.store.jdbc.JDBCConnectionParameters- Specified by:
getJDBCDriverClassNamein interfaceorg.gvsig.fmap.dal.store.jdbc.JDBCServerExplorerParameters
-
getCatalog
- Specified by:
getCatalogin interfaceorg.gvsig.fmap.dal.store.jdbc.JDBCConnectionParameters- Specified by:
getCatalogin interfaceorg.gvsig.fmap.dal.store.jdbc.JDBCServerExplorerParameters
-
setCatalog
- Specified by:
setCatalogin interfaceorg.gvsig.fmap.dal.store.jdbc.JDBCServerExplorerParameters
-
getSchema
- Specified by:
getSchemain interfaceorg.gvsig.fmap.dal.store.jdbc.JDBCConnectionParameters- Specified by:
getSchemain interfaceorg.gvsig.fmap.dal.store.jdbc.JDBCServerExplorerParameters
-
setSchema
- Specified by:
setSchemain interfaceorg.gvsig.fmap.dal.store.jdbc.JDBCServerExplorerParameters
-
setShowInformationDBTables
public void setShowInformationDBTables(boolean show) - Specified by:
setShowInformationDBTablesin interfaceorg.gvsig.fmap.dal.store.jdbc.JDBCServerExplorerParameters
-
setShowInformationDBTables
- Specified by:
setShowInformationDBTablesin interfaceorg.gvsig.fmap.dal.store.jdbc.JDBCServerExplorerParameters
-
getShowInformationDBTables
- Specified by:
getShowInformationDBTablesin interfaceorg.gvsig.fmap.dal.store.jdbc.JDBCServerExplorerParameters
-
getUrl
- Specified by:
getUrlin interfaceorg.gvsig.fmap.dal.store.jdbc.JDBCConnectionParameters- Specified by:
getUrlin interfaceorg.gvsig.fmap.dal.store.jdbc.JDBCServerExplorerParameters
-
setUrl
- Specified by:
setUrlin interfaceorg.gvsig.fmap.dal.store.jdbc.JDBCServerExplorerParameters
-
getBatchSize
public int getBatchSize()- Specified by:
getBatchSizein interfaceorg.gvsig.fmap.dal.store.jdbc.JDBCConnectionParameters- Specified by:
getBatchSizein interfaceorg.gvsig.fmap.dal.store.jdbc.JDBCServerExplorerParameters
-
isTheSameServerExplorer
public boolean isTheSameServerExplorer(org.gvsig.fmap.dal.DataServerExplorerParameters params) - Specified by:
isTheSameServerExplorerin interfaceorg.gvsig.fmap.dal.DataServerExplorerParameters- Specified by:
isTheSameServerExplorerin interfaceorg.gvsig.fmap.dal.serverexplorer.db.DBServerExplorerParameters- Specified by:
isTheSameServerExplorerin interfaceorg.gvsig.fmap.dal.store.jdbc.JDBCServerExplorerParameters- Overrides:
isTheSameServerExplorerin classorg.gvsig.fmap.dal.serverexplorer.db.AbstractDBServerExplorerParameters
-