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 WritableDataStoreDataSource
DataStoreDataSourceFactory. 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 class
H2DataStoreDataSource
AWritableDataStoreDataSource
for H2.Methods in org.openjump.core.ui.plugin.datastore.h2 that return WritableDataStoreDataSource Modifier and Type Method Description protected WritableDataStoreDataSource
H2SaveDataSourceQueryChooser. 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 class
PostGISDataStoreDataSource
AWritableDataStoreDataSource
for PostGIS.Methods in org.openjump.core.ui.plugin.datastore.postgis2 that return WritableDataStoreDataSource Modifier and Type Method Description protected WritableDataStoreDataSource
PostGISSaveDataSourceQueryChooser. 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.
-