Class DataStoreDataSourceFactory
- java.lang.Object
-
- org.openjump.core.ui.plugin.datastore.DataStoreDataSourceFactory
-
public class DataStoreDataSourceFactory extends Object
Factory to create WritableDataStoreDataSource fitting a specific database connection.
-
-
Constructor Summary
Constructors Constructor Description DataStoreDataSourceFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static WritableDataStoreDataSource
createWritableDataStoreDataSource(ConnectionDescriptor connectionDescriptor, String datasetName, String geometryAttributeName, String externalPKName, boolean tableAlreadyCreated, String txManagerClass, WorkbenchContext context)
-
-
-
Method Detail
-
createWritableDataStoreDataSource
public static WritableDataStoreDataSource createWritableDataStoreDataSource(ConnectionDescriptor connectionDescriptor, String datasetName, String geometryAttributeName, String externalPKName, boolean tableAlreadyCreated, String txManagerClass, WorkbenchContext context) throws Exception
- Throws:
Exception
-
-