Uses of Class
com.vividsolutions.jump.datastore.DataStoreLayer
Packages that use DataStoreLayer
Package
Description
-
Uses of DataStoreLayer in com.vividsolutions.jump.datastore.h2
Methods in com.vividsolutions.jump.datastore.h2 with parameters of type DataStoreLayerModifier and TypeMethodDescriptionH2SQLBuilder.getCheckSQL(DataStoreLayer dsLayer) Returns the query allowing to test a DataStoreLayer: builds a query with where clause and limit 0 to check where clause. -
Uses of DataStoreLayer in com.vividsolutions.jump.datastore.mariadb
Methods in com.vividsolutions.jump.datastore.mariadb with parameters of type DataStoreLayerModifier and TypeMethodDescriptionMariadbSQLBuilder.getCheckSQL(DataStoreLayer dsLayer) Returns the query allowing to test a DataStoreLayer: builds a query with where clause and limit 0 to check where clause. -
Uses of DataStoreLayer in com.vividsolutions.jump.datastore.oracle
Methods in com.vividsolutions.jump.datastore.oracle with parameters of type DataStoreLayerModifier and TypeMethodDescriptionOracleSQLBuilder.getCheckSQL(DataStoreLayer dsLayer) Returns the query allowing to test a DataStoreLayer: builds a query with where clause and limit 0 to check where clause. -
Uses of DataStoreLayer in com.vividsolutions.jump.datastore.postgis
Methods in com.vividsolutions.jump.datastore.postgis with parameters of type DataStoreLayerModifier and TypeMethodDescriptionPostgisSQLBuilder.getCheckSQL(DataStoreLayer dsLayer) Returns the query allowing to test a DataStoreLayer: builds a query with where clause and limit 0 to check where clause. -
Uses of DataStoreLayer in com.vividsolutions.jump.datastore.spatialdatabases
Fields in com.vividsolutions.jump.datastore.spatialdatabases with type parameters of type DataStoreLayerModifier and TypeFieldDescriptionprotected ArrayList<DataStoreLayer> SpatialDatabasesDSMetadata.dataStoreLayersThe list of dataStoreLayer for this ds metadata.Methods in com.vividsolutions.jump.datastore.spatialdatabases that return types with arguments of type DataStoreLayerMethods in com.vividsolutions.jump.datastore.spatialdatabases with parameters of type DataStoreLayerModifier and TypeMethodDescriptionSpatialDatabasesSQLBuilder.getCheckSQL(DataStoreLayer dsLayer) Builds a check SQL query for the given DataStoreLayer. -
Uses of DataStoreLayer in com.vividsolutions.jump.datastore.spatialite
Methods in com.vividsolutions.jump.datastore.spatialite with parameters of type DataStoreLayerModifier and TypeMethodDescriptionSpatialiteSQLBuilder.getCheckSQL(DataStoreLayer dsLayer) Returns the query allowing to test a DataStoreLayer: builds a query with where clause and limit 0 to check where clause. -
Uses of DataStoreLayer in com.vividsolutions.jump.workbench.ui.plugin.datastore
Methods in com.vividsolutions.jump.workbench.ui.plugin.datastore that return types with arguments of type DataStoreLayerMethod parameters in com.vividsolutions.jump.workbench.ui.plugin.datastore with type arguments of type DataStoreLayerModifier and TypeMethodDescriptionvoidDataStoreLayerTreeModel.setData(LinkedHashMap<String, ArrayList<DataStoreLayer>> root) Refreshes the treeModelDataConstructor parameters in com.vividsolutions.jump.workbench.ui.plugin.datastore with type arguments of type DataStoreLayerModifierConstructorDescription