com.alibaba.druid.pool.vendor
类 OracleExceptionSorter

java.lang.Object
  继承者 com.alibaba.druid.pool.vendor.OracleExceptionSorter
所有已实现的接口:
ExceptionSorter, Serializable

public class OracleExceptionSorter
extends Object
implements ExceptionSorter, Serializable

Implementation of ExceptionSorter for Oracle.

另请参见:
序列化表格

构造方法摘要
OracleExceptionSorter()
           
 
方法摘要
 void configFromProperties(Properties properties)
           
 Set<Integer> getFatalErrorCodes()
           
 boolean isExceptionFatal(SQLException e)
          Returns true or false whether or not the exception is fatal.
 void setFatalErrorCodes(Set<Integer> fatalErrorCodes)
           
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

OracleExceptionSorter

public OracleExceptionSorter()
方法详细信息

configFromProperties

public void configFromProperties(Properties properties)
指定者:
接口 ExceptionSorter 中的 configFromProperties

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.

指定者:
接口 ExceptionSorter 中的 isExceptionFatal
参数:
e - the exception
返回:
true or false if the exception is fatal.


Copyright © 2013 Alibaba Group. All Rights Reserved.