Class SqlCountProcessor

    • Constructor Detail

      • SqlCountProcessor

        public SqlCountProcessor()
    • Method Detail

      • process

        public SqlCountHolder process​(byte[] infoResponse)
                               throws java.sql.SQLException
        Description copied from interface: InfoProcessor
        Process an infoResponse block into an object of type T.
        Specified by:
        process in interface InfoProcessor<SqlCountHolder>
        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:
        java.sql.SQLException - For errors during the infoResponse.
      • getRecordCountInfoItems

        public byte[] getRecordCountInfoItems()