Class 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)  
    • Constructor Detail

      • GenericResponse

        public GenericResponse​(int objectHandle,
                               long blobId,
                               byte[] data,
                               java.sql.SQLException exception)
    • Method Detail

      • getObjectHandle

        public int getObjectHandle()
      • getBlobId

        public long getBlobId()
      • getData

        public byte[] getData()
      • getException

        public java.sql.SQLException getException()