Interface TabularDataCollection

All Known Implementing Classes:
CSVTabularDataSetCollectionConnector, PostgresTabularDataSetCollectionConnector, ValidValueDataSetConnector

public interface TabularDataCollection
TabularDataCollection defines the specific connector api for managing a collection of tabular data sets. The setTableName method allows the connector to switch its attention from data set to data set.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setTableName(String tableName, String tableDescription)
    Set up the table name for the tabular data set to focus on.
  • Method Details

    • setTableName

      void setTableName(String tableName, String tableDescription) throws ConnectorCheckedException
      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.
      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.
      Throws:
      ConnectorCheckedException - there is a problem accessing the data