Class MySqlFetchError.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • lastErrorNumber

        public MySqlFetchError.Builder lastErrorNumber​(Integer lastErrorNumber)
        The error number of the most recent error that caused the I/O thread to stop.
        Parameters:
        lastErrorNumber - the value to set
        Returns:
        this builder
      • lastErrorMessage

        public MySqlFetchError.Builder lastErrorMessage​(String lastErrorMessage)
        The error message of the most recent error that caused the I/O thread to stop.
        Parameters:
        lastErrorMessage - the value to set
        Returns:
        this builder
      • timeLastError

        public MySqlFetchError.Builder timeLastError​(Date timeLastError)
        The timestamp when the most recent I/O error occurred.
        Parameters:
        timeLastError - the value to set
        Returns:
        this builder