| Interface | Description |
|---|---|
| DataManager |
There are two top level management roles within DAL: data access and resource management.
|
| DataParameterDescriptor |
This interface describes the properties of a parameter.
|
| DataParameters |
This interface is a generic persistent parameter container.
|
| DataQuery |
Defines the properties of a collection of data, as a result of a query
through a DataStore.
|
| DataSelection |
Interface to manage selection of objects from an undetermined set.
|
| DataServerExplorer |
DataServerExplorer is an abstraction for any type of data server.
|
| DataServerExplorerParameters |
DataServerExplorer parameter container.
|
| DataServerExplorerPool | |
| DataServerExplorerPoolEntry | |
| DataSet |
Interface that represents a generic set of data.
|
| DataStore |
This is the basic interface for all data stores.
|
| DataStoreFactory |
Interface for all DataStore factories.
|
| DataStoreNotification |
This interface represents a notification produced by a DataStore.
|
| DataStoreParameters |
This interface is used by any store implementation that requires
store specific parameters.
|
| DataStoreProvider | |
| DataStoreProviderFactory | |
| DataTypes |
This interface defines a set of constants for all data types supported by the
DAL.
|
| EditingNotification | |
| EditingNotificationManager |
Acts as a hub to centralize editing notification events in a single manager.
|
| ExternalStoreProviderFactory | |
| NewDataStoreParameters |
This class is used to distinguish a new instance of DataStoreParameters
that still needs to be initialized (and therefore lacks of any valid parameter
values), from a ready to use initialized instance.
|
| OpenDataStoreParameters | |
| OpenErrorHandler |
This class is used to handle errors that occur at not finding the data source
by opening a layer.
|
| Class | Description |
|---|---|
| DALDbLibrary |
Initialize DAL data base basic support
|
| DALFileLibrary | |
| DALFileLocator | |
| DALLibrary |
Initializes gvSIG's desktop DAL by registering the default implementation for
DataManager and ResourceManager. |
| DALLocator |
This locator is the entry point of gvSIG's DAL, providing access to all DAL
services.
|
| FileHelper |
Provides DAL's top level abstraction API.