Uses of Class
com.vividsolutions.jump.workbench.datastore.ConnectionDescriptor
-
-
Uses of ConnectionDescriptor in com.vividsolutions.jump.workbench.datastore
Methods in com.vividsolutions.jump.workbench.datastore that return types with arguments of type ConnectionDescriptor Modifier and Type Method Description Collection<ConnectionDescriptor>
ConnectionManager. getConnectionDescriptors()
Methods in com.vividsolutions.jump.workbench.datastore with parameters of type ConnectionDescriptor Modifier and Type Method Description void
ConnectionManager. closeConnection(ConnectionDescriptor cd2remove)
try to close the connection for the given connection descriptorvoid
ConnectionManager.Listener. connectionDescriptorAdded(ConnectionDescriptor connectionDescriptor)
void
ConnectionManager.Listener. connectionDescriptorRemoved(ConnectionDescriptor connectionDescriptor)
void
ConnectionManager. deleteConnectionDescriptor(ConnectionDescriptor connectionDescriptor)
Removes the ConnectionDescriptor and closes its associated DataStoreConnection.DataStoreConnection
ConnectionManager. getConnection(ConnectionDescriptor connectionDescriptor)
DataStoreConnection
ConnectionManager. getOpenConnection(ConnectionDescriptor connectionDescriptor)
-
Uses of ConnectionDescriptor in com.vividsolutions.jump.workbench.model.cache
Constructors in com.vividsolutions.jump.workbench.model.cache with parameters of type ConnectionDescriptor Constructor Description DynamicFeatureCollection(ConnectionDescriptor connectionDescriptor, ConnectionManager connectionManager, FilterQuery spatialQuery)
-
Uses of ConnectionDescriptor in com.vividsolutions.jump.workbench.ui.plugin.datastore
Methods in com.vividsolutions.jump.workbench.ui.plugin.datastore that return ConnectionDescriptor Modifier and Type Method Description ConnectionDescriptor
ConnectionDescriptorPanel. getConnectionDescriptor()
ConnectionDescriptor
ConnectionPanel. getConnectionDescriptor()
Methods in com.vividsolutions.jump.workbench.ui.plugin.datastore that return types with arguments of type ConnectionDescriptor Modifier and Type Method Description Collection<ConnectionDescriptor>
ConnectionManagerPanel. getSelectedConnectionDescriptors()
Methods in com.vividsolutions.jump.workbench.ui.plugin.datastore with parameters of type ConnectionDescriptor Modifier and Type Method Description static Icon
ConnectionManagerPanel. getConnectionIcon(ConnectionDescriptor desc, boolean isClosed, WorkbenchContext context)
Returns the icon corresponding to this @link DataStoreConnection and its state (closed or opened)DataStoreConnection
PasswordPrompter. getOpenConnection(ConnectionManager connectionManager, ConnectionDescriptor connectionDescriptor, Component parentComponent)
void
ConnectionPanel. setConnectionDescriptor(ConnectionDescriptor cd)
void
ConnectionDescriptorPanel. setParameters(ConnectionDescriptor connDesc)
Constructors in com.vividsolutions.jump.workbench.ui.plugin.datastore with parameters of type ConnectionDescriptor Constructor Description DataStoreDataSource(String datasetName, String geometryAttributeName, String whereClause, int maxFeatures, ConnectionDescriptor connectionDescriptor, boolean caching, WorkbenchContext context)
DataStoreDataSource(String datasetName, String geometryAttributeName, String whereClause, ConnectionDescriptor connectionDescriptor, boolean caching, WorkbenchContext context)
DataStoreQueryDataSource(String datasetName, String query, ConnectionDescriptor connectionDescriptor, WorkbenchContext context)
-
Uses of ConnectionDescriptor in org.openjump.core.ui.plugin.datastore
Methods in org.openjump.core.ui.plugin.datastore that return ConnectionDescriptor Modifier and Type Method Description ConnectionDescriptor
DataStoreSaveDriverPanel. getConnectionDescriptor()
Methods in org.openjump.core.ui.plugin.datastore with parameters of type ConnectionDescriptor Modifier and Type Method Description static WritableDataStoreDataSource
DataStoreDataSourceFactory. createWritableDataStoreDataSource(ConnectionDescriptor connectionDescriptor, String datasetName, String geometryAttributeName, String externalPKName, boolean tableAlreadyCreated, String txManagerClass, WorkbenchContext context)
void
DataStoreSaveDriverPanel. setConnectionDescriptor(ConnectionDescriptor cd)
Constructors in org.openjump.core.ui.plugin.datastore with parameters of type ConnectionDescriptor Constructor Description WritableDataStoreDataSource(ConnectionDescriptor connectionDescriptor, String datasetName, String geometryAttributeName, String externalPKName, String txManager, WorkbenchContext context)
Constructor with mandatory parameters for a WritableDataStoreDataSource. -
Uses of ConnectionDescriptor in org.openjump.core.ui.plugin.datastore.h2
Constructors in org.openjump.core.ui.plugin.datastore.h2 with parameters of type ConnectionDescriptor Constructor Description H2DataStoreDataSource(ConnectionDescriptor connectionDescriptor, String datasetName, String geometryAttributeName, String identifierAttributeName, String txManagerClass, WorkbenchContext context)
-
Uses of ConnectionDescriptor in org.openjump.core.ui.plugin.datastore.postgis
Methods in org.openjump.core.ui.plugin.datastore.postgis that return ConnectionDescriptor Modifier and Type Method Description ConnectionDescriptor
PostGISSaveDriverPanel. getConnectionDescriptor()
Constructors in org.openjump.core.ui.plugin.datastore.postgis with parameters of type ConnectionDescriptor Constructor Description SaveToPostGISDataSource(String tableName, String geometryColumnName, ConnectionDescriptor connectionDescriptor, WorkbenchContext context)
-
Uses of ConnectionDescriptor in org.openjump.core.ui.plugin.datastore.postgis2
Constructors in org.openjump.core.ui.plugin.datastore.postgis2 with parameters of type ConnectionDescriptor Constructor Description PostGISDataStoreDataSource(ConnectionDescriptor connectionDescriptor, String datasetName, String geometryAttributeName, String identifierAttributeName, String txManagerClass, WorkbenchContext context)
-