Uses of Interface
org.gvsig.fmap.dal.DataServerExplorer
Packages that use DataServerExplorer
Package
Description
Provides DAL's top level abstraction API.
Provides API for accessing and managing tabular (Feature based) data.
-
Uses of DataServerExplorer in org.gvsig.fmap.dal
Subinterfaces of DataServerExplorer in org.gvsig.fmap.dalMethods in org.gvsig.fmap.dal that return DataServerExplorerModifier and TypeMethodDescriptionDataServerExplorerFactory.create(DataServerExplorerParameters parameters, DataServerExplorerProviderServices providerServices) DataManager.createServerExplorer(DataServerExplorerParameters parameters) DataStore.getExplorer()Returns the DataServerExplorer to which this DataStore belongs, if there is any.DatabaseWorkspaceManager.getServerExplorer()DataTransaction.getServerExplorer(String id) DataManager.openServerExplorer(String explorerName, Object... arguments) DataManager.openServerExplorer(String name, DataServerExplorerParameters parameters) Returns an instance ofDataServerExplorergiven its parameters.Methods in org.gvsig.fmap.dal with parameters of type DataServerExplorerModifier and TypeMethodDescriptionvoidDataTransaction.add(DataServerExplorer explorer) voidDataTransaction.add(DataServerExplorer explorer, boolean local) voidDataTransaction.add(DataServerExplorer explorer, String id) voidDataTransaction.add(DataServerExplorer explorer, String id, boolean local) static voidDataTransaction.add(DataTransaction transaction, DataServerExplorer explorer) static voidDataTransaction.add(DataTransaction transaction, DataServerExplorer explorer, boolean local) booleanDataTransaction.contains(DataServerExplorer explorer) AbstractStoresRepository.getSubrepository(DataServerExplorer server) StoresRepository.getSubrepository(DataServerExplorer explorer) voidDataTransaction.remove(DataServerExplorer serverExplorer) -
Uses of DataServerExplorer in org.gvsig.fmap.dal.feature
Methods in org.gvsig.fmap.dal.feature with parameters of type DataServerExplorerModifier and TypeMethodDescriptionvoidFeatureStore.export(DataServerExplorer explorer, String provider, NewFeatureStoreParameters params, String name) Exports this store to another store. -
Uses of DataServerExplorer in org.gvsig.fmap.dal.serverexplorer.db
Subinterfaces of DataServerExplorer in org.gvsig.fmap.dal.serverexplorer.dbModifier and TypeInterfaceDescriptioninterfaceBase interface ofDataServerExplorerfor Data Base type server -
Uses of DataServerExplorer in org.gvsig.fmap.dal.store.jdbc
Subinterfaces of DataServerExplorer in org.gvsig.fmap.dal.store.jdbc -
Uses of DataServerExplorer in org.gvsig.fmap.dal.store.jdbc2
Subinterfaces of DataServerExplorer in org.gvsig.fmap.dal.store.jdbc2