Class PostgresTabularDataSetCollectionConnector

All Implemented Interfaces:
SecureConnectorExtension, TabularDataCollection, WritableTabularDataSource, VirtualConnectorExtension

public class PostgresTabularDataSetCollectionConnector extends PostgresTabularDataSetConnector implements TabularDataCollection
PostgresTabularDataSourceConnector works with structured files to retrieve simple tables of data.
  • Constructor Details

    • PostgresTabularDataSetCollectionConnector

      public PostgresTabularDataSetCollectionConnector()
  • 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.