| Package | Description |
|---|---|
| org.jooq.meta | |
| org.jooq.meta.jaxb |
| Modifier and Type | Method and 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() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractDatabase.setRegexFlags(List<RegexFlag> regexFlags) |
void |
Database.setRegexFlags(List<RegexFlag> regexFlags)
The regular expression flags that should be applied when using regular expressions.
|
void |
Patterns.setRegexFlags(List<RegexFlag> regexFlags) |
| Modifier and Type | Field and Description |
|---|---|
protected List<RegexFlag> |
Database.regexFlags |
| Modifier and Type | Method and Description |
|---|---|
static RegexFlag |
RegexFlag.fromValue(String v) |
static RegexFlag |
RegexFlag.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.
|
| Modifier and Type | Method and Description |
|---|---|
List<RegexFlag> |
Database.getRegexFlags()
The flags that will be applied to all regular expressions from this configuration by default.
|
| Modifier and Type | Method and Description |
|---|---|
Database |
Database.withRegexFlags(RegexFlag... values)
The flags that will be applied to all regular expressions from this configuration by default.
|
| Modifier and Type | Method and Description |
|---|---|
Database |
Database.withRegexFlags(Collection<RegexFlag> values)
The flags that will be applied to all regular expressions from this configuration by default.
|
Copyright © 2021. All rights reserved.