java.lang.Object
org.odpi.openmetadata.adapters.connectors.mssql.tabulardatasource.MSSQLTabularColumn
All Implemented Interfaces:
MSSQLColumn

public class MSSQLTabularColumn extends Object implements MSSQLColumn
  • Constructor Details

  • Method Details

    • getColumnName

      public String getColumnName()
      Retrieve the name of the column.
      Specified by:
      getColumnName in interface MSSQLColumn
      Returns:
      name
    • getColumnType

      public ColumnType getColumnType()
      Return the type of the column.
      Specified by:
      getColumnType in interface MSSQLColumn
      Returns:
      ColumnType
    • getColumnDescription

      public String getColumnDescription()
      Return th optional description for the column.
      Specified by:
      getColumnDescription in interface MSSQLColumn
      Returns:
      text
    • isNotNull

      public boolean isNotNull()
      Return whether the column is not null;
      Specified by:
      isNotNull in interface MSSQLColumn
      Returns:
      boolean