Statistics
| Revision:

svn-gvsig-desktop / tags / v2_0_0_Build_2021 / libraries / libFMap_daldb / src / org / gvsig / fmap / dal / store / jdbc / JDBCSetProvider.java @ 34088

History | View | Annotate | Download (10 KB)

  • svn:mime-type: text/plain
# Date Author Comment
34088 11/08/2010 11:04 AM Cesar Ordiñana

Build 2021

33739 10/21/2010 08:16 AM Francisco Díaz Carsí

Persistencia de capas postgis

33331 08/25/2010 08:52 AM Joaquín del Cerro Murciano

- Persistence changes.
- Add persistence factory to AWT Dimension
- Change getType of FeatureAttributeDescriptor to getDataType
to avoid conflict.
- Metadata definition changes.
- Partial remove of HiperLink in fmap and appgvsig.
- Add support in metadata project to MetadataContainers.

33196 07/16/2010 08:25 AM Cesar Ordiñana

Rename hasGeometrySupport to supportsGeometry for name standardization and implement it in the mysql provider

33053 07/07/2010 06:03 AM Cesar Ordiñana

Evaluator getCQL method replaced with getSQL, as this is the real type of the expressions returned

31284 10/14/2009 08:56 AM Cesar Ordiñana

Make sure all disposable objects are disposed, mainly DAL related ones, like FeatureSet and Iterators.
Create a new DisposableManager to manage a register of Disposable objects being bound and released.

31128 10/05/2009 10:43 AM Cesar Ordiñana

Add support for FeatureQuery page size and limit

31022 09/29/2009 01:09 PM Cesar Ordiñana

Resource locking changed to be based on Java synchronization, more convenient functional and performancewise.
Refactoring of FeatureProviderIterator and FeatureSetProvider to extract common code to parent abstract classes.

28917 05/20/2009 04:14 AM Jose Manuel Vivó Arnal

Fixed some problems.

28909 05/19/2009 11:51 AM Jose Manuel Vivó Arnal

Generic JDBC read/writer provider/Explorer.
Pullup implementation form PostgreSQL to JDBC.

28784 05/14/2009 11:00 AM Jose Manuel Vivó Arnal
28424 05/05/2009 11:47 AM Jose Manuel Vivó Arnal
27672 03/31/2009 11:36 AM Jose Manuel Vivó Arnal
27595 03/26/2009 11:07 AM Jose Manuel Vivó Arnal
27571 03/26/2009 07:47 AM Jose Manuel Vivó Arnal
27525 03/24/2009 01:04 PM Jose Manuel Vivó Arnal

Changed FeatureSet.fast/iterator() to return DisposableIterator