Uses of Class
com.zaxxer.hikari.SQLExceptionOverride.Override
-
Packages that use SQLExceptionOverride.Override Package Description com.zaxxer.hikari -
-
Uses of SQLExceptionOverride.Override in com.zaxxer.hikari
Methods in com.zaxxer.hikari that return SQLExceptionOverride.Override Modifier and Type Method Description default SQLExceptionOverride.Override
SQLExceptionOverride. adjudicate(java.sql.SQLException sqlException)
If this method returnsCONTINUE_EVICT
then Connection eviction will occur, but if it returnsDO_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.
-