java.lang.Object
org.odpi.openmetadata.adapters.connectors.db2luw.tabulardatasource.DB2LUWTabularTable
All Implemented Interfaces:
DB2LUWTable

public class DB2LUWTabularTable extends Object implements DB2LUWTable
Convert the tabular data source description into something understandable by Db2 for Linux, UNIX and Windows so the schema for the table can be set up in the database.
  • Constructor Details

    • DB2LUWTabularTable

      public DB2LUWTabularTable(String tableName, String tableDescription, List<TabularColumnDescription> columnDescriptions)
      Construct the Db2 for Linux, UNIX and Windows table information from the tabular data information.
      Parameters:
      tableName - name of the table
      tableDescription - description of the table
      columnDescriptions - list of columns
  • Method Details