| Package | Description |
|---|---|
| org.jooq.meta | |
| org.jooq.meta.jaxb |
| Modifier and Type | Method and Description |
|---|---|
List<RegexFlag> |
Database.getRegexFlags()
The regular expression flags that should be applied when using regular expressions.
|
List<RegexFlag> |
AbstractDatabase.getRegexFlags() |
| Modifier and Type | Method and Description |
|---|---|
void |
Database.setRegexFlags(List<RegexFlag> regexFlags)
The regular expression flags that should be applied when using regular expressions.
|
void |
AbstractDatabase.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) |
| Modifier and Type | Method and Description |
|---|---|
Database |
Database.withRegexFlags(Collection<RegexFlag> values) |
Copyright © 2019. All rights reserved.