| Package | Description |
|---|---|
| com.zaxxer.hikari |
| Modifier and Type | Method and Description |
|---|---|
default SQLExceptionOverride.Override |
SQLExceptionOverride.adjudicate(java.sql.SQLException sqlException)
If this method returns
CONTINUE_EVICT then Connection eviction will occur, but if it
returns DO_NOT_EVICT the eviction will be elided. |
static SQLExceptionOverride.Override |
SQLExceptionOverride.Override.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SQLExceptionOverride.Override[] |
SQLExceptionOverride.Override.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2020 Zaxxer.com. All Rights Reserved.