Package org.geotools.data.wfs.internal
Interface TransactionResponse
-
- All Known Implementing Classes:
TransactionResponseImpl
,TransactionResponseImpl
public interface TransactionResponse
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
dispose()
int
getDeleteCount()
int
getInsertCount()
List<FeatureId>
getInsertedFids()
int
getUpdatedCount()
-