类 OceanBaseOracleExceptionSorter

java.lang.Object
com.alibaba.druid.pool.vendor.AbstractOracleExceptionSorter
com.alibaba.druid.pool.vendor.OceanBaseOracleExceptionSorter
所有已实现的接口:
ExceptionSorter, Serializable

public class OceanBaseOracleExceptionSorter extends AbstractOracleExceptionSorter implements Serializable
另请参阅:
  • 构造器详细资料

    • OceanBaseOracleExceptionSorter

      public OceanBaseOracleExceptionSorter()
  • 方法详细资料

    • getFatalErrorCodes

      public Set<Integer> getFatalErrorCodes()
    • setFatalErrorCodes

      public void setFatalErrorCodes(Set<Integer> fatalErrorCodes)
    • isExceptionFatal

      public boolean isExceptionFatal(SQLException e)
      从接口复制的说明: ExceptionSorter
      Returns true or false whether or not the exception is fatal.
      指定者:
      isExceptionFatal 在接口中 ExceptionSorter
      参数:
      e - the exception
      返回:
      true or false if the exception is fatal.