| Package | Description |
|---|---|
| de.hybris.bootstrap.ddl.sql | |
| de.hybris.bootstrap.typesystem |
| Modifier and Type | Method and Description |
|---|---|
IndexCreationMode |
DbAwareUniqueIndex.getCreationMode() |
IndexCreationMode |
DbAwareNonUniqueIndex.getCreationMode() |
IndexCreationMode |
DbAwareIndex.getCreationMode() |
static IndexCreationMode |
IndexCreationMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IndexCreationMode[] |
IndexCreationMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
DbAwareNonUniqueIndex(IndexCreationMode creationMode) |
DbAwareNonUniqueIndex(IndexCreationMode creationMode,
boolean online) |
DbAwareUniqueIndex(IndexCreationMode creationMode) |
DbAwareUniqueIndex(IndexCreationMode creationMode,
boolean online) |
| Modifier and Type | Method and Description |
|---|---|
IndexCreationMode |
YIndex.getCreationMode() |
| Constructor and Description |
|---|
YIndex(YNamespace container,
java.lang.String enclosingType,
java.lang.String name,
IndexCreationMode creationMode,
boolean unique,
boolean remove,
boolean replace) |
Copyright © 2018 SAP SE. All Rights Reserved.