Uses of Enum Class
org.jooq.meta.jaxb.RegexFlag
Packages that use RegexFlag
-
Uses of RegexFlag in org.jooq.meta
Methods in org.jooq.meta that return types with arguments of type RegexFlagModifier and TypeMethodDescriptionAbstractDatabase.getRegexFlags()Database.getRegexFlags()The regular expression flags that should be applied when using regular expressions.Patterns.getRegexFlags()Method parameters in org.jooq.meta with type arguments of type RegexFlagModifier and TypeMethodDescriptionfinal 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 RegexFlagMethods in org.jooq.meta.jaxb that return RegexFlagModifier and TypeMethodDescriptionstatic RegexFlagstatic RegexFlagReturns the enum constant of this class with the specified name.static RegexFlag[]RegexFlag.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jooq.meta.jaxb that return types with arguments of type RegexFlagModifier and TypeMethodDescriptionDatabase.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 RegexFlagModifier and TypeMethodDescriptionDatabase.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 RegexFlagModifier and TypeMethodDescriptionDatabase.withRegexFlags(Collection<RegexFlag> values) The flags that will be applied to all regular expressions from this configuration by default.