public static enum CatalogAndSchema.CatalogAndSchemaCase extends Enum<CatalogAndSchema.CatalogAndSchemaCase>
Enum Constant and Description |
---|
LOWER_CASE |
ORIGINAL_CASE |
UPPER_CASE |
Modifier and Type | Method and Description |
---|---|
static CatalogAndSchema.CatalogAndSchemaCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CatalogAndSchema.CatalogAndSchemaCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CatalogAndSchema.CatalogAndSchemaCase LOWER_CASE
public static final CatalogAndSchema.CatalogAndSchemaCase UPPER_CASE
public static final CatalogAndSchema.CatalogAndSchemaCase ORIGINAL_CASE
public static CatalogAndSchema.CatalogAndSchemaCase[] values()
for (CatalogAndSchema.CatalogAndSchemaCase c : CatalogAndSchema.CatalogAndSchemaCase.values()) System.out.println(c);
public static CatalogAndSchema.CatalogAndSchemaCase 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 © 2023 Liquibase.org. All rights reserved.