public enum IndexCreationMode extends java.lang.Enum<IndexCreationMode>
| Enum Constant and Description |
|---|
ALL |
FORCE |
HSQLDB |
MYSQL |
ORACLE |
SAP |
SQLSERVER |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCreationModeCode() |
static IndexCreationMode |
valueOf(java.lang.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(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getCreationModeCode()
Copyright © 2018 SAP SE. All Rights Reserved.