Package org.firebirdsql.gds.ng.wire
Class FetchResponse
- java.lang.Object
-
- org.firebirdsql.gds.ng.wire.FetchResponse
-
- All Implemented Interfaces:
Response
public final class FetchResponse extends java.lang.Object implements Response
- Since:
- 3.0
- Author:
- Mark Rotteveel
-
-
Constructor Summary
Constructors Constructor Description FetchResponse(int status, int count)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getCount()
int
getStatus()
-