Uses of Enum Class
org.jooq.conf.DiagnosticsConnection
Packages that use DiagnosticsConnection
-
Uses of DiagnosticsConnection in org.jooq.conf
Fields in org.jooq.conf declared as DiagnosticsConnectionMethods in org.jooq.conf that return DiagnosticsConnectionModifier and TypeMethodDescriptionstatic DiagnosticsConnection
Settings.getDiagnosticsConnection()
Whether to activate the DiagnosticsConnection, explicit byDEFAULT
, implicit ifON
, or turnedOFF
entirely.static DiagnosticsConnection
Returns the enum constant of this class with the specified name.static DiagnosticsConnection[]
DiagnosticsConnection.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jooq.conf with parameters of type DiagnosticsConnectionModifier and TypeMethodDescriptionvoid
Settings.setDiagnosticsConnection
(DiagnosticsConnection value) Whether to activate the DiagnosticsConnection, explicit byDEFAULT
, implicit ifON
, or turnedOFF
entirely.Settings.withDiagnosticsConnection
(DiagnosticsConnection value) Whether to activate the DiagnosticsConnection, explicit byDEFAULT
, implicit ifON
, or turnedOFF
entirely.