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.hikariMethods in com.zaxxer.hikari that return SQLExceptionOverride.Override Modifier and Type Method Description default SQLExceptionOverride.OverrideSQLExceptionOverride. adjudicate(java.sql.SQLException sqlException)If this method returnsCONTINUE_EVICTthen Connection eviction will occur, but if it returnsDO_NOT_EVICTthe eviction will be elided.static SQLExceptionOverride.OverrideSQLExceptionOverride.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.
 
-