Class DB2LUWTabularDataSetCollectionConnector

All Implemented Interfaces:
SecureConnectorExtension, TabularDataCollection, WritableTabularDataSource, VirtualConnectorExtension

public class DB2LUWTabularDataSetCollectionConnector extends DB2LUWTabularDataSetConnector implements TabularDataCollection
DB2LUWTabularDataSourceConnector works with structured files to retrieve simple tables of data.
  • Constructor Details

    • DB2LUWTabularDataSetCollectionConnector

      public DB2LUWTabularDataSetCollectionConnector()
  • Method Details

    • setTableName

      public void setTableName(String tableName, String tableDescription)
      Set up the table name for the tabular data set to focus on. This is in canonical word format where each word in the name should be capitalized, with spaces between the words. This format allows easy translation between different naming conventions.
      Specified by:
      setTableName in interface TabularDataCollection
      Parameters:
      tableName - name of the table
      tableDescription - optional description for the table - useful if the connector needs to set up a definition of the table.