public static enum MapperHelper.IdentityDialect extends Enum<MapperHelper.IdentityDialect>
| Enum Constant and Description |
|---|
CLOUDSCAPE |
DB2 |
DB2_MF |
DERBY |
HSQLDB |
INFORMIX |
MYSQL |
SQLSERVER |
SYBASE |
| Modifier and Type | Method and Description |
|---|---|
static MapperHelper.IdentityDialect |
getDatabaseDialect(String database) |
String |
getIdentityRetrievalStatement() |
static MapperHelper.IdentityDialect |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MapperHelper.IdentityDialect[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MapperHelper.IdentityDialect DB2
public static final MapperHelper.IdentityDialect MYSQL
public static final MapperHelper.IdentityDialect SQLSERVER
public static final MapperHelper.IdentityDialect CLOUDSCAPE
public static final MapperHelper.IdentityDialect DERBY
public static final MapperHelper.IdentityDialect HSQLDB
public static final MapperHelper.IdentityDialect SYBASE
public static final MapperHelper.IdentityDialect DB2_MF
public static final MapperHelper.IdentityDialect INFORMIX
public static MapperHelper.IdentityDialect[] values()
for (MapperHelper.IdentityDialect c : MapperHelper.IdentityDialect.values()) System.out.println(c);
public static MapperHelper.IdentityDialect 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 static MapperHelper.IdentityDialect getDatabaseDialect(String database)
public String getIdentityRetrievalStatement()
Copyright © 2015–2022 cn.gtmap. All rights reserved.