Revision 47779 trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.fmap.dal/org.gvsig.fmap.dal.spi/src/main/java/org/gvsig/fmap/dal/feature/spi/FeatureStoreProvider.java

View differences:

FeatureStoreProvider.java
221 221

  
222 222
	public void beginAppend() throws DataException;
223 223

  
224
	public void beginAppend(int submode) throws DataException;
225

  
224 226
	public void endAppend() throws DataException;
225 227

  
226 228
	public void append(FeatureProvider featureProvider) throws DataException;
......
271 273
        
272 274
	public void passThroughInsert(FeatureProvider featureProvider) throws DataException;
273 275

  
276
	public void passThroughInsertOrUpdate(FeatureProvider featureProvider) throws DataException;
277

  
274 278
        public void passThroughUpdate(FeatureProvider featureProvider) throws DataException;
275 279

  
276 280
        public void passThroughDelete(FeatureReferenceProviderServices featureReference) throws DataException;

Also available in: Unified diff