Uses of Enum Class
org.jooq.conf.BackslashEscaping
-
Uses of BackslashEscaping in org.jooq.conf
Modifier 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.Modifier 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.