Interface InfoProcessor<T>

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static interface  InfoProcessor.StatementInfo
      Interface for information on a statement.
    • Method Detail

      • process

        T process​(byte[] infoResponse)
           throws java.sql.SQLException
        Process an infoResponse block into an object of type T.
        Parameters:
        infoResponse - byte array containing the server response to an info-request.
        Returns:
        Processed response of type T (usually - but not required - a newly created object).
        Throws:
        InfoTruncatedException - (optional) if infoResponse is truncated and this processor could not recover by itself
        java.sql.SQLException - for errors during processing the infoResponse.