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 String
H2SQLBuilder. 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 String
MariadbSQLBuilder. 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 String
OracleSQLBuilder. 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 String
PostgisSQLBuilder. 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. dataStoreLayers
The 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 String
SpatialDatabasesSQLBuilder. 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 String
SpatialiteSQLBuilder. 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 void
DataStoreLayerTreeModel. 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)
-