public static enum Latkes.RuntimeDatabase extends Enum<Latkes.RuntimeDatabase>
Latkes.getRuntimeDatabase()| Enum Constant and Description |
|---|
H2
H2.
|
MSSQL
MSSQL.
|
MYSQL
MySQL.
|
NONE
None.
|
ORACLE
Oracle.
|
| Modifier and Type | Method and Description |
|---|---|
static Latkes.RuntimeDatabase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Latkes.RuntimeDatabase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Latkes.RuntimeDatabase NONE
public static final Latkes.RuntimeDatabase ORACLE
public static final Latkes.RuntimeDatabase MYSQL
public static final Latkes.RuntimeDatabase H2
public static final Latkes.RuntimeDatabase MSSQL
public static Latkes.RuntimeDatabase[] values()
for (Latkes.RuntimeDatabase c : Latkes.RuntimeDatabase.values()) System.out.println(c);
public static Latkes.RuntimeDatabase 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 © 2009–2019 B3log. All rights reserved.