Uses of Class
org.openjump.core.ui.plugin.datastore.WritableDataStoreDataSource
Packages that use WritableDataStoreDataSource
Package
Description
-
Uses of WritableDataStoreDataSource in org.openjump.core.ui.plugin.datastore
Methods in org.openjump.core.ui.plugin.datastore that return WritableDataStoreDataSourceModifier and TypeMethodDescriptionstatic 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.h2Methods in org.openjump.core.ui.plugin.datastore.h2 that return WritableDataStoreDataSourceModifier and TypeMethodDescriptionprotected WritableDataStoreDataSourceH2SaveDataSourceQueryChooser.getDataSource()Constructors in org.openjump.core.ui.plugin.datastore.h2 with parameters of type WritableDataStoreDataSourceModifierConstructorDescriptionH2SaveDataSourceQueryChooser(WritableDataStoreDataSource dataSource, PlugInContext context) Creates a new query chooser. -
Uses of WritableDataStoreDataSource in org.openjump.core.ui.plugin.datastore.postgis2
Methods in org.openjump.core.ui.plugin.datastore.postgis2 that return WritableDataStoreDataSourceModifier and TypeMethodDescriptionprotected WritableDataStoreDataSourcePostGISSaveDataSourceQueryChooser.getDataSource()Constructors in org.openjump.core.ui.plugin.datastore.postgis2 with parameters of type WritableDataStoreDataSourceModifierConstructorDescriptionPostGISSaveDataSourceQueryChooser(WritableDataStoreDataSource dataSource, PlugInContext context) Creates a new query chooser.