public enum IndexCreationMode extends Enum<IndexCreationMode>
| Enum Constant and Description |
|---|
ALL |
FORCE |
HSQLDB |
MYSQL |
ORACLE |
SAP |
SQLSERVER |
| Modifier and Type | Method and Description |
|---|---|
String |
getCreationModeCode() |
static IndexCreationMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IndexCreationMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IndexCreationMode ALL
public static final IndexCreationMode FORCE
public static final IndexCreationMode SAP
public static final IndexCreationMode HSQLDB
public static final IndexCreationMode ORACLE
public static final IndexCreationMode MYSQL
public static final IndexCreationMode SQLSERVER
public static IndexCreationMode[] values()
for (IndexCreationMode c : IndexCreationMode.values()) System.out.println(c);
public static IndexCreationMode 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 getCreationModeCode()
Copyright © 2017 SAP SE. All Rights Reserved.