Interface ISimpleColumnContainer

All Superinterfaces:
IStatement
All Known Subinterfaces:
IIndex
All Known Implementing Classes:
ChIndex, MsConstraintPk, MsIndex, PgConstraintExclude, PgIndex

public interface ISimpleColumnContainer extends IStatement
Interface for database objects that contain simple column references. Used primarily by indexes and similar objects that reference columns with attributes.
  • 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