java.lang.Object
org.odpi.openmetadata.adapters.connectors.oracle.tabulardatasource.OracleTabularTable
All Implemented Interfaces:
OracleTable

public class OracleTabularTable extends Object implements OracleTable
Convert the tabular data source description into something understandable by Oracle Database so the schema for the table can be set up in the database.
  • Constructor Details

    • OracleTabularTable

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