Package de.hybris.platform.core
Interface ItemDeployment.Index
-
- All Superinterfaces:
java.io.Serializable
- Enclosing interface:
- ItemDeployment
public static interface ItemDeployment.Index extends java.io.Serializabledescribes an index of a database
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<ItemDeployment.IndexAttribute>getAttributes()java.lang.StringgetIndexName()booleanisSQLServerClustered()booleanisUnique()
-
-
-
Method Detail
-
getIndexName
java.lang.String getIndexName()
-
isUnique
boolean isUnique()
-
isSQLServerClustered
boolean isSQLServerClustered()
-
getAttributes
java.util.List<ItemDeployment.IndexAttribute> getAttributes()
-
-