Uses of Class
com.vividsolutions.jump.datastore.DataStoreLayer
-
-
Uses of DataStoreLayer in com.vividsolutions.jump.datastore.h2
Methods in com.vividsolutions.jump.datastore.h2 with parameters of type DataStoreLayer Modifier and Type Method Description StringH2SQLBuilder. 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 DataStoreLayer Modifier and Type Method Description StringMariadbSQLBuilder. 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 DataStoreLayer Modifier and Type Method Description StringOracleSQLBuilder. 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 DataStoreLayer Modifier and Type Method Description StringPostgisSQLBuilder. 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 DataStoreLayer Modifier and Type Field Description protected 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 DataStoreLayer Modifier and Type Method Description ArrayList<DataStoreLayer>SpatialDatabasesDSMetadata. getDataStoreLayers()Methods in com.vividsolutions.jump.datastore.spatialdatabases with parameters of type DataStoreLayer Modifier and Type Method Description StringSpatialDatabasesSQLBuilder. 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 DataStoreLayer Modifier and Type Method Description StringSpatialiteSQLBuilder. 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 DataStoreLayer Modifier and Type Method Description List<DataStoreLayer>AddDatastoreLayerPanel. getDatasetLayers()Method parameters in com.vividsolutions.jump.workbench.ui.plugin.datastore with type arguments of type DataStoreLayer Modifier and Type Method Description voidDataStoreLayerTreeModel. setData(LinkedHashMap<String,ArrayList<DataStoreLayer>> root)Refreshes the treeModelDataConstructor parameters in com.vividsolutions.jump.workbench.ui.plugin.datastore with type arguments of type DataStoreLayer Constructor Description DataStoreLayerTreeModel(LinkedHashMap<String,ArrayList<DataStoreLayer>> root)
-