Package org.firebirdsql.gds.ng.wire
Class FetchResponse
java.lang.Object
org.firebirdsql.gds.ng.wire.FetchResponse
- All Implemented Interfaces:
Response
- Since:
- 3.0
- Author:
- Mark Rotteveel
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FetchResponse
public FetchResponse(int status, int count)
-
-
Method Details
-
getStatus
public int getStatus() -
getCount
public int getCount()
-