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 BackslashEscaping
Settings.getBackslashEscaping()
Whether string literals should be escaped with backslash.static final BackslashEscaping
SettingsTools.getBackslashEscaping
(Settings settings) Get the value BackslashEscaping value.static BackslashEscaping
Returns 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 TypeMethodDescriptionvoid
Settings.setBackslashEscaping
(BackslashEscaping value) Whether string literals should be escaped with backslash.Settings.withBackslashEscaping
(BackslashEscaping value) Whether string literals should be escaped with backslash.