public enum DialectName extends Enum<DialectName>
| Modifier and Type | Method and Description |
|---|---|
String |
getDriverClass() |
org.polyjdbc.core.dialect.Dialect |
getPolyDialect() |
org.polyjdbc.core.dialect.DialectRegistry |
getPolyDialectName() |
static DialectName |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DialectName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DialectName H2
public static final DialectName POSTGRES
public static final DialectName MYSQL
public static DialectName[] values()
for (DialectName c : DialectName.values()) System.out.println(c);
public static DialectName 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 getDriverClass()
public org.polyjdbc.core.dialect.DialectRegistry getPolyDialectName()
public org.polyjdbc.core.dialect.Dialect getPolyDialect()
Copyright © 2014. All rights reserved.