Uses of Enum Class
org.jooq.conf.DiagnosticsConnection
Packages that use DiagnosticsConnection
-
Uses of DiagnosticsConnection in org.jooq.conf
Subclasses with type arguments of type DiagnosticsConnection in org.jooq.confModifier and TypeClassDescriptionenumJava class for DiagnosticsConnection.Fields in org.jooq.conf declared as DiagnosticsConnectionMethods in org.jooq.conf that return DiagnosticsConnectionModifier and TypeMethodDescriptionstatic DiagnosticsConnectionSettings.getDiagnosticsConnection()Whether to activate the DiagnosticsConnection, explicit byDEFAULT, implicit ifON, or turnedOFFentirely.static DiagnosticsConnectionReturns 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 TypeMethodDescriptionvoidSettings.setDiagnosticsConnection(DiagnosticsConnection value) Whether to activate the DiagnosticsConnection, explicit byDEFAULT, implicit ifON, or turnedOFFentirely.Settings.withDiagnosticsConnection(DiagnosticsConnection value) Whether to activate the DiagnosticsConnection, explicit byDEFAULT, implicit ifON, or turnedOFFentirely.