Uses of Class
com.vividsolutions.jump.parameter.ParameterList
-
-
Uses of ParameterList in com.vividsolutions.jump.datastore
Methods in com.vividsolutions.jump.datastore with parameters of type ParameterList Modifier and Type Method Description DataStoreConnectionDataStoreDriver. createConnection(ParameterList params) -
Uses of ParameterList in com.vividsolutions.jump.datastore.h2
Methods in com.vividsolutions.jump.datastore.h2 with parameters of type ParameterList Modifier and Type Method Description DataStoreConnectionH2DataStoreDriver. createConnection(ParameterList params)returns the right type of DataStoreConnectionDataStoreConnectionH2ServerDataStoreDriver. createConnection(ParameterList params)returns the right type of DataStoreConnectionprotected StringH2DataStoreDriver. createJdbcUrl(ParameterList params) -
Uses of ParameterList in com.vividsolutions.jump.datastore.mariadb
Methods in com.vividsolutions.jump.datastore.mariadb with parameters of type ParameterList Modifier and Type Method Description DataStoreConnectionMariadbDataStoreDriver. createConnection(ParameterList params)returns the right type of DataStoreConnection -
Uses of ParameterList in com.vividsolutions.jump.datastore.oracle
Methods in com.vividsolutions.jump.datastore.oracle with parameters of type ParameterList Modifier and Type Method Description DataStoreConnectionOracleDataStoreDriver. createConnection(ParameterList params)returns the right type of DataStoreConnection -
Uses of ParameterList in com.vividsolutions.jump.datastore.postgis
Methods in com.vividsolutions.jump.datastore.postgis with parameters of type ParameterList Modifier and Type Method Description DataStoreConnectionPostgisDataStoreDriver. createConnection(ParameterList params)returns the right type of DataStoreConnection -
Uses of ParameterList in com.vividsolutions.jump.datastore.spatialdatabases
Methods in com.vividsolutions.jump.datastore.spatialdatabases with parameters of type ParameterList Modifier and Type Method Description abstract DataStoreConnectionAbstractSpatialDatabasesDSDriver. createConnection(ParameterList params)protected ConnectionAbstractSpatialDatabasesDSDriver. createJdbcConnection(ParameterList params)convenience wrapper for theAbstractSpatialDatabasesDSDriver.createJdbcConnection(ParameterList, Properties)belowprotected ConnectionAbstractSpatialDatabasesDSDriver. createJdbcConnection(ParameterList params, Properties connProps)use this method in your implementation to create the actual JDBC connectionprotected StringAbstractSpatialDatabasesDSDriver. createJdbcUrl(ParameterList params)overwrite this method if you have some fancy url scheme and createJdbcConnection() will use that instead of the default implementation -
Uses of ParameterList in com.vividsolutions.jump.datastore.spatialite
Methods in com.vividsolutions.jump.datastore.spatialite with parameters of type ParameterList Modifier and Type Method Description DataStoreConnectionSpatialiteDataStoreDriver. createConnection(ParameterList params)returns a spatialite JDBC connection with spatialite extension loaded if possible if not, a property will tell so -
Uses of ParameterList in com.vividsolutions.jump.parameter
Methods in com.vividsolutions.jump.parameter that return ParameterList Modifier and Type Method Description protected ParameterListParameterList. initialize(ParameterListSchema schema)ParameterListParameterList. setParameter(String name, Object value)Constructors in com.vividsolutions.jump.parameter with parameters of type ParameterList Constructor Description ParameterList(ParameterList other) -
Uses of ParameterList in com.vividsolutions.jump.workbench.datastore
Subclasses of ParameterList in com.vividsolutions.jump.workbench.datastore Modifier and Type Class Description static classConnectionDescriptor.PersistentParameterListMethods in com.vividsolutions.jump.workbench.datastore that return ParameterList Modifier and Type Method Description ParameterListConnectionDescriptor. getParameterList()ParameterListConnectionDescriptor. getParameterListWithoutPassword()Methods in com.vividsolutions.jump.workbench.datastore with parameters of type ParameterList Modifier and Type Method Description voidConnectionDescriptor. setParameterList(ParameterList parameterList)Constructors in com.vividsolutions.jump.workbench.datastore with parameters of type ParameterList Constructor Description ConnectionDescriptor(Class dataStoreDriverClass, ParameterList parameterList)ConnectionDescriptor(String name, Class dataStoreDriverClass, ParameterList parameterList)PersistentParameterList(ParameterList parameterList)
-