Interface DBServerExplorer
- All Superinterfaces:
DataFactoryUnit,DataServerExplorer,org.gvsig.tools.dispose.Disposable
Base interface of
DataServerExplorer for Data Base type server- Author:
- jmvivo
-
Field Summary
Fields inherited from interface org.gvsig.fmap.dal.DataServerExplorer
FILESYSTEM_SERVER_EXPLORER_NAME, MODE_ALL, MODE_FEATURE, MODE_GEOMETRY, MODE_RASTER -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()Close connection to the serverReturn a instance ofNewDataStoreParametersto fillReturn theFeatureTypeof the store ofdspstorevoidopen()Open connection to the serveropen(DataStoreParameters dsp) Open a store defined bydspMethods inherited from interface org.gvsig.fmap.dal.DataServerExplorer
add, canAdd, canAdd, exists, get, getAddParameters, getDataStoreProviderNames, getParameters, getProviderName, getResourcePath, getResourcesStorage, getResourcesStorage, getResourcesStorage, list, list, removeMethods inherited from interface org.gvsig.tools.dispose.Disposable
dispose
-
Method Details
-
getAddParameters
Return a instance ofNewDataStoreParametersto fill- Returns:
- Throws:
DataException
-
getFeatureType
Return theFeatureTypeof the store ofdspstore- Parameters:
dsp-- Returns:
- Throws:
DataException
-
open
Open a store defined bydsp- Parameters:
dsp-- Returns:
- Throws:
DataException
-
open
Open connection to the server- Throws:
OpenException
-
close
Close connection to the server- Throws:
OpenExceptionCloseException
-