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_cs
response.- Since:
- 5
- Author:
- Mark Rotteveel
-
-
Constructor Summary
Constructors Constructor Description BatchCompletionResponse(BatchCompletion batchCompletion)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BatchCompletion
batchCompletion()
-
-
-
Constructor Detail
-
BatchCompletionResponse
public BatchCompletionResponse(BatchCompletion batchCompletion)
-
-
Method Detail
-
batchCompletion
public BatchCompletion batchCompletion()
-
-