Interface UpdateExecution

    • Method Detail

      • getUpdateCounts

        int[] getUpdateCounts()
                       throws DataNotAvailableException,
                              TranslatorException
        Returns the update counts for the execution.
        A single positive integer value is expected for non bulk/batch commands.
        bulk/batch should return an integer for each value/command. 0 or greater for successful update count, -2 for no info, -3 failure
        Returns:
        the update counts corresponding to the command executed
        Throws:
        DataNotAvailableException
        TranslatorException