java.lang.Object
org.odpi.openmetadata.adapters.connectors.db2luw.tabulardatasource.DB2LUWTabularColumn
All Implemented Interfaces:
DB2LUWColumn

public class DB2LUWTabularColumn extends Object implements DB2LUWColumn
  • Constructor Details

  • Method Details

    • getColumnName

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

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

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

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