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