Class YmlIndex

java.lang.Object
ch.ergon.adam.yml.schema.YmlSchemaItem
ch.ergon.adam.yml.schema.YmlIndex

public class YmlIndex extends YmlSchemaItem
  • Constructor Details

    • YmlIndex

      public YmlIndex(String name)
  • Method Details

    • getFields

      public String[] getFields()
    • setFields

      public void setFields(String[] fields)
    • isPrimary

      public boolean isPrimary()
    • setPrimary

      public void setPrimary(boolean primary)
    • isUnique

      public boolean isUnique()
    • getWhere

      public String getWhere()
    • setWhere

      public void setWhere(String where)
    • setUnique

      public void setUnique(boolean unique)