Package org.firebirdsql.gds.ng.wire
Class GenericResponse
java.lang.Object
org.firebirdsql.gds.ng.wire.GenericResponse
- All Implemented Interfaces:
Response
- Since:
- 3.0
- Author:
- Mark Rotteveel
-
Constructor Summary
ConstructorsConstructorDescriptionGenericResponse(int objectHandle, long blobId, byte[] data, SQLException exception) -
Method Summary
-
Constructor Details
-
GenericResponse
-
-
Method Details
-
getObjectHandle
public int getObjectHandle() -
getBlobId
public long getBlobId() -
getData
public byte[] getData() -
getException
-