Uses of Enum Class
org.jooq.conf.BackslashEscaping
Packages that use BackslashEscaping
-
Uses of BackslashEscaping in org.jooq.conf
Fields in org.jooq.conf declared as BackslashEscapingMethods in org.jooq.conf that return BackslashEscapingModifier and TypeMethodDescriptionstatic BackslashEscapingSettings.getBackslashEscaping()Whether string literals should be escaped with backslash.static BackslashEscapingSettingsTools.getBackslashEscaping(Settings settings)Get the value BackslashEscaping value.static BackslashEscapingReturns the enum constant of this class with the specified name.static BackslashEscaping[]BackslashEscaping.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 BackslashEscapingModifier and TypeMethodDescriptionvoidSettings.setBackslashEscaping(BackslashEscaping value)Whether string literals should be escaped with backslash.Settings.withBackslashEscaping(BackslashEscaping value)Whether string literals should be escaped with backslash.