java.lang.Object
org.odpi.openmetadata.adapters.connectors.mssql.tabulardatasource.MSSQLTabularTable
All Implemented Interfaces:
MSSQLTable

public class MSSQLTabularTable extends Object implements MSSQLTable
Convert the tabular data source description into something understandable by Microsoft SQL Server so the schema for the table can be set up in the database.
  • Constructor Details

    • MSSQLTabularTable

      public MSSQLTabularTable(String tableName, String tableDescription, List<TabularColumnDescription> columnDescriptions)
      Construct the Microsoft SQL Server table information from the tabular data information.
      Parameters:
      tableName - name of the table
      tableDescription - description of the table
      columnDescriptions - list of columns
  • Method Details