public static enum SnowflakeDialect.RegexParameters extends Enum<SnowflakeDialect.RegexParameters>
Enum Constant and Description |
---|
CASE_INSENSITIVE |
CASE_SENSITIVE |
MULTI_LINE |
WILDCARD_MATCHES_NEWLINE |
Modifier and Type | Method and Description |
---|---|
static SnowflakeDialect.RegexParameters |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SnowflakeDialect.RegexParameters[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SnowflakeDialect.RegexParameters CASE_SENSITIVE
public static final SnowflakeDialect.RegexParameters CASE_INSENSITIVE
public static final SnowflakeDialect.RegexParameters MULTI_LINE
public static final SnowflakeDialect.RegexParameters WILDCARD_MATCHES_NEWLINE
public static SnowflakeDialect.RegexParameters[] values()
for (SnowflakeDialect.RegexParameters c : SnowflakeDialect.RegexParameters.values()) System.out.println(c);
public static SnowflakeDialect.RegexParameters valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2020 Hitachi Vantara. All rights reserved.