Uses of Class
com.vividsolutions.jump.workbench.ui.plugin.datastore.DataStoreQueryDataSource
-
-
Uses of DataStoreQueryDataSource in com.vividsolutions.jump.workbench.ui.plugin.datastore
Subclasses of DataStoreQueryDataSource in com.vividsolutions.jump.workbench.ui.plugin.datastore Modifier and Type Class Description class
DataStoreDataSource
Adapts the DataStore API to the DataSource API. -
Uses of DataStoreQueryDataSource in org.openjump.core.ui.plugin.datastore
Subclasses of DataStoreQueryDataSource in org.openjump.core.ui.plugin.datastore Modifier and Type Class Description class
WritableDataStoreDataSource
Extension of DataBaseDataSource adding write capabilities. -
Uses of DataStoreQueryDataSource in org.openjump.core.ui.plugin.datastore.h2
Subclasses of DataStoreQueryDataSource in org.openjump.core.ui.plugin.datastore.h2 Modifier and Type Class Description class
H2DataStoreDataSource
AWritableDataStoreDataSource
for H2. -
Uses of DataStoreQueryDataSource in org.openjump.core.ui.plugin.datastore.postgis
Subclasses of DataStoreQueryDataSource in org.openjump.core.ui.plugin.datastore.postgis Modifier and Type Class Description class
SaveToPostGISDataSource
Add Write capabilities to DataStoreQueryDataSource for PostGIS table. -
Uses of DataStoreQueryDataSource in org.openjump.core.ui.plugin.datastore.postgis2
Subclasses of DataStoreQueryDataSource in org.openjump.core.ui.plugin.datastore.postgis2 Modifier and Type Class Description class
PostGISDataStoreDataSource
AWritableDataStoreDataSource
for PostGIS.
-