接口 ExceptionSorter

所有已知实现类:
AbstractOracleExceptionSorter, DB2ExceptionSorter, InformixExceptionSorter, MockExceptionSorter, MySqlExceptionSorter, NullExceptionSorter, OceanBaseOracleExceptionSorter, OracleExceptionSorter, PGExceptionSorter, PhoenixExceptionSorter, SybaseExceptionSorter

public interface ExceptionSorter
An interface to allow for exception evaluation.
  • 方法详细资料

    • isExceptionFatal

      boolean isExceptionFatal(SQLException e)
      Returns true or false whether or not the exception is fatal.
      参数:
      e - the exception
      返回:
      true or false if the exception is fatal.
    • configFromProperties

      void configFromProperties(Properties properties)