Package org.firebirdsql.gds.ng.wire
Class GenericResponse
- java.lang.Object
-
- org.firebirdsql.gds.ng.wire.GenericResponse
-
- All Implemented Interfaces:
Response
public final class GenericResponse extends java.lang.Object implements Response
- Since:
- 3.0
- Author:
- Mark Rotteveel
-
-
Constructor Summary
Constructors Constructor Description GenericResponse(int objectHandle, long blobId, byte[] data, java.sql.SQLException exception)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getBlobId()
byte[]
getData()
java.sql.SQLException
getException()
int
getObjectHandle()
-