Uses of Class
org.jooq.conf.BackslashEscaping
-
Packages that use BackslashEscaping Package Description org.jooq.conf -
-
Uses of BackslashEscaping in org.jooq.conf
Fields in org.jooq.conf declared as BackslashEscaping Modifier and Type Field Description protected BackslashEscaping
Settings. backslashEscaping
Methods in org.jooq.conf that return BackslashEscaping Modifier and Type Method Description static BackslashEscaping
BackslashEscaping. fromValue(String v)
BackslashEscaping
Settings. getBackslashEscaping()
Whether string literals should be escaped with backslash.static BackslashEscaping
SettingsTools. getBackslashEscaping(Settings settings)
Get the value BackslashEscaping value.static BackslashEscaping
BackslashEscaping. valueOf(String name)
Returns the enum constant of this type with the specified name.static BackslashEscaping[]
BackslashEscaping. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jooq.conf with parameters of type BackslashEscaping Modifier and Type Method Description void
Settings. setBackslashEscaping(BackslashEscaping value)
Whether string literals should be escaped with backslash.Settings
Settings. withBackslashEscaping(BackslashEscaping value)
Whether string literals should be escaped with backslash.
-