Uses of Class
org.jooq.meta.jaxb.RegexFlag
-
Packages that use RegexFlag Package Description org.jooq.meta org.jooq.meta.jaxb -
-
Uses of RegexFlag in org.jooq.meta
Methods in org.jooq.meta that return types with arguments of type RegexFlag Modifier and Type Method Description List<RegexFlag>AbstractDatabase. getRegexFlags()List<RegexFlag>Database. getRegexFlags()The regular expression flags that should be applied when using regular expressions.List<RegexFlag>Patterns. getRegexFlags()Method parameters in org.jooq.meta with type arguments of type RegexFlag Modifier and Type Method Description voidAbstractDatabase. setRegexFlags(List<RegexFlag> regexFlags)voidDatabase. setRegexFlags(List<RegexFlag> regexFlags)The regular expression flags that should be applied when using regular expressions.voidPatterns. setRegexFlags(List<RegexFlag> regexFlags) -
Uses of RegexFlag in org.jooq.meta.jaxb
Fields in org.jooq.meta.jaxb with type parameters of type RegexFlag Modifier and Type Field Description protected List<RegexFlag>Database. regexFlagsMethods in org.jooq.meta.jaxb that return RegexFlag Modifier and Type Method Description static RegexFlagRegexFlag. fromValue(String v)static RegexFlagRegexFlag. valueOf(String name)Returns the enum constant of this type with the specified name.static RegexFlag[]RegexFlag. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jooq.meta.jaxb that return types with arguments of type RegexFlag Modifier and Type Method Description List<RegexFlag>Database. getRegexFlags()The flags that will be applied to all regular expressions from this configuration by default.Methods in org.jooq.meta.jaxb with parameters of type RegexFlag Modifier and Type Method Description DatabaseDatabase. withRegexFlags(RegexFlag... values)The flags that will be applied to all regular expressions from this configuration by default.Method parameters in org.jooq.meta.jaxb with type arguments of type RegexFlag Modifier and Type Method Description DatabaseDatabase. withRegexFlags(Collection<RegexFlag> values)The flags that will be applied to all regular expressions from this configuration by default.
-