Uses of Class
org.openjump.core.ui.plugin.datastore.WritableDataStoreDataSource
-
Packages that use WritableDataStoreDataSource Package Description org.openjump.core.ui.plugin.datastore org.openjump.core.ui.plugin.datastore.h2 org.openjump.core.ui.plugin.datastore.postgis2 -
-
Uses of WritableDataStoreDataSource in org.openjump.core.ui.plugin.datastore
Methods in org.openjump.core.ui.plugin.datastore that return WritableDataStoreDataSource Modifier and Type Method Description static WritableDataStoreDataSourceDataStoreDataSourceFactory. createWritableDataStoreDataSource(ConnectionDescriptor connectionDescriptor, String datasetName, String geometryAttributeName, String externalPKName, boolean tableAlreadyCreated, String txManagerClass, WorkbenchContext context) -
Uses of WritableDataStoreDataSource in org.openjump.core.ui.plugin.datastore.h2
Subclasses of WritableDataStoreDataSource in org.openjump.core.ui.plugin.datastore.h2 Modifier and Type Class Description classH2DataStoreDataSourceAWritableDataStoreDataSourcefor H2.Methods in org.openjump.core.ui.plugin.datastore.h2 that return WritableDataStoreDataSource Modifier and Type Method Description protected WritableDataStoreDataSourceH2SaveDataSourceQueryChooser. getDataSource()Constructors in org.openjump.core.ui.plugin.datastore.h2 with parameters of type WritableDataStoreDataSource Constructor Description H2SaveDataSourceQueryChooser(WritableDataStoreDataSource dataSource, PlugInContext context)Creates a new query chooser. -
Uses of WritableDataStoreDataSource in org.openjump.core.ui.plugin.datastore.postgis2
Subclasses of WritableDataStoreDataSource in org.openjump.core.ui.plugin.datastore.postgis2 Modifier and Type Class Description classPostGISDataStoreDataSourceAWritableDataStoreDataSourcefor PostGIS.Methods in org.openjump.core.ui.plugin.datastore.postgis2 that return WritableDataStoreDataSource Modifier and Type Method Description protected WritableDataStoreDataSourcePostGISSaveDataSourceQueryChooser. getDataSource()Constructors in org.openjump.core.ui.plugin.datastore.postgis2 with parameters of type WritableDataStoreDataSource Constructor Description PostGISSaveDataSourceQueryChooser(WritableDataStoreDataSource dataSource, PlugInContext context)Creates a new query chooser.
-