public enum DataBaseProvider extends Enum<DataBaseProvider>
PlatformJDBCMappingProvider for corresponding DB| Enum Constant and Description |
|---|
HANA |
HSQL |
MSSQL |
MYSQL |
ORACLE |
POSTGRESQL |
| Modifier and Type | Method and Description |
|---|---|
String |
getDbName() |
PlatformJDBCMappingProvider |
getJdbcProvider() |
String |
getTableName(String tableName) |
static DataBaseProvider |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataBaseProvider[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataBaseProvider MYSQL
public static final DataBaseProvider HSQL
public static final DataBaseProvider ORACLE
public static final DataBaseProvider MSSQL
public static final DataBaseProvider HANA
public static final DataBaseProvider POSTGRESQL
public static DataBaseProvider[] values()
for (DataBaseProvider c : DataBaseProvider.values()) System.out.println(c);
public static DataBaseProvider 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 getDbName()
public PlatformJDBCMappingProvider getJdbcProvider()
Copyright © 2017 SAP SE. All Rights Reserved.