Class DBIndex

java.lang.Object
org.eobjects.metamodel.doc.jdbc.DBIndex

public class DBIndex extends Object
  • Constructor Details

    • DBIndex

      public DBIndex()
  • Method Details

    • getName

      public String getName()
      Returns:
      the name
    • setName

      protected void setName(String name)
      Parameters:
      name - the name to set
    • getSchema

      public String getSchema()
      Returns:
      the schema
    • setSchema

      protected void setSchema(String schema)
      Parameters:
      schema - the schema to set
    • getUnique

      public Boolean getUnique()
      Returns:
      the unique
    • setUnique

      protected void setUnique(Boolean unique)
      Parameters:
      unique - the unique to set
    • getIndexQualifier

      public String getIndexQualifier()
      Returns:
      the indexQualifier
    • setIndexQualifier

      protected void setIndexQualifier(String indexQualifier)
      Parameters:
      indexQualifier - the indexQualifier to set
    • getType

      public DBIndexType getType()
      Returns:
      the type
    • setType

      protected void setType(DBIndexType type)
      Parameters:
      type - the type to set
    • getCatalog

      public String getCatalog()
      Returns:
      the catalog
    • setCatalog

      protected void setCatalog(String catalog)
      Parameters:
      catalog - the catalog to set
    • getIndexColumns

      public List<DBIndexColumn> getIndexColumns()
      Returns:
      the indexColumns
    • addIndexColumn

      protected void addIndexColumn(DBIndexColumn indexColumn)
      Parameters:
      indexColumn - the indexColumn to add
    • getSqlScript

      public String getSqlScript()
      Returns:
      the sqlScript
    • setSqlScript

      public void setSqlScript(String sqlScript)
      Parameters:
      sqlScript - the sqlScript to set