Package org.firebirdsql.gds.ng.wire
Class BatchCompletionResponse
- java.lang.Object
- 
- org.firebirdsql.gds.ng.wire.BatchCompletionResponse
 
- 
- All Implemented Interfaces:
- Response
 
 public final class BatchCompletionResponse extends java.lang.Object implements Response Data from theWireProtocolConstants.op_batch_csresponse.- Since:
- 5
- Author:
- Mark Rotteveel
 
- 
- 
Constructor SummaryConstructors Constructor Description BatchCompletionResponse(BatchCompletion batchCompletion)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description BatchCompletionbatchCompletion()
 
- 
- 
- 
Constructor Detail- 
BatchCompletionResponsepublic BatchCompletionResponse(BatchCompletion batchCompletion) 
 
- 
 - 
Method Detail- 
batchCompletionpublic BatchCompletion batchCompletion() 
 
- 
 
-