Package org.geotools.data.wfs.internal
Interface TransactionResponse
- All Known Implementing Classes:
TransactionResponseImpl
,TransactionResponseImpl
public interface TransactionResponse
-
Method Summary
-
Method Details
-
getInsertedFids
-
getUpdatedCount
int getUpdatedCount() -
getDeleteCount
int getDeleteCount() -
getInsertCount
int getInsertCount() -
dispose
void dispose()
-