public class OceanBaseOracleExceptionSorter extends OracleExceptionSorter
| 构造器和说明 |
|---|
OceanBaseOracleExceptionSorter() |
| 限定符和类型 | 方法和说明 |
|---|---|
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) |
public void configFromProperties(Properties properties)
configFromProperties 在接口中 ExceptionSorterconfigFromProperties 在类中 OracleExceptionSorterpublic boolean isExceptionFatal(SQLException e)
ExceptionSorterisExceptionFatal 在接口中 ExceptionSorterisExceptionFatal 在类中 OracleExceptionSortere - the exceptionCopyright © 2013–2023. All rights reserved.