Class DbAwareUniqueIndex

java.lang.Object
org.apache.ddlutils.model.IndexImpBase
org.apache.ddlutils.model.UniqueIndex
de.hybris.bootstrap.ddl.sql.DbAwareUniqueIndex
All Implemented Interfaces:
DbAwareIndex, Serializable, Cloneable, org.apache.ddlutils.model.Index
Direct Known Subclasses:
DbAwareUniqueIndexExtended

public class DbAwareUniqueIndex extends org.apache.ddlutils.model.UniqueIndex implements DbAwareIndex
See Also:
  • Field Summary

    Fields inherited from class org.apache.ddlutils.model.IndexImpBase

    _columns, _name
  • Constructor Summary

    Constructors
    Constructor
    Description
     
     
    DbAwareUniqueIndex(IndexCreationMode creationMode, boolean online)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    boolean
     

    Methods inherited from class org.apache.ddlutils.model.UniqueIndex

    clone, equals, equalsIgnoreCase, hashCode, isUnique, toString, toVerboseString

    Methods inherited from class org.apache.ddlutils.model.IndexImpBase

    addColumn, getColumn, getColumnCount, getColumns, getName, hasColumn, removeColumn, removeColumn, setName

    Methods inherited from class java.lang.Object

    finalize, getClass, notify, notifyAll, wait, wait, wait