public enum RDBDialect extends Enum<RDBDialect> implements OptionEnum
| Enum Constant and Description |
|---|
mysql
the Plasma RDB dialect for MySql RDBMS
|
oracle
the Plasma RDB dialect for Oracle RDBMS
|
| Modifier and Type | Method and Description |
|---|---|
static String |
asString() |
String |
getDescription() |
static RDBDialect |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RDBDialect[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RDBDialect oracle
public static final RDBDialect mysql
public static RDBDialect[] values()
for (RDBDialect c : RDBDialect.values()) System.out.println(c);
public static RDBDialect 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 nullpublic String getDescription()
getDescription in interface OptionEnumpublic static String asString()
Copyright © 2017. All rights reserved.