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