Revision 45776 trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.fmap.dal/org.gvsig.fmap.dal.api/src/main/java/org/gvsig/fmap/dal/feature/FeatureStore.java

View differences:

FeatureStore.java
841 841
     */
842 842
    public void update(EditableFeature feature) throws DataException;
843 843

  
844
    /**
845
     * Updates Features in the store with the values of the parameters.
846
     * Examples:
847
     *      update("field1",value1,"field2",value2);
848
     *      update("field1",value1,"field2",value2,filter);
849
     * 
850
     * filter can be a {@link Expression} or a String
851
     * 
852
     * @param parameters
853
     * @throws DataException 
854
     */
844 855
    public void update(Object... parameters) throws DataException;
845 856

  
846 857
    /**

Also available in: Unified diff