Interface ISimpleColumnContainer

All Known Implementing Classes:
AbstractIndex, ChIndex, MsConstraintPk, MsIndex, PgConstraintExclude, PgIndex

public interface ISimpleColumnContainer
Interface for database objects that contain simple column references. Used primarily by indexes and similar objects that reference columns with attributes.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Adds a column reference to this container.
    void
    Adds an included column to this container.
  • Method Details

    • addColumn

      void addColumn(SimpleColumn column)
      Adds a column reference to this container.
      Parameters:
      column - the simple column to add
    • addInclude

      void addInclude(String column)
      Adds an included column to this container.
      Parameters:
      column - the column name to include