Modifier and Type | Method and Description |
---|---|
static AbstractDbManager.ExcCheckType |
AbstractDbManager.ExcCheckType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AbstractDbManager.ExcCheckType[] |
AbstractDbManager.ExcCheckType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
AbstractDbManager.dbExceptionCheck(java.sql.SQLException e,
AbstractDbManager.ExcCheckType exceptionCheckType) |
abstract boolean |
AbstractDbManager.dbExceptionCheck(java.lang.String textToInspect,
java.lang.String code,
AbstractDbManager.ExcCheckType exceptionCheckType)
Must return true if the exception of the assigned type is detected.
|