Class MSSQLTabularDataSetCollectionConnector

All Implemented Interfaces:
SecureConnectorExtension, TabularDataCollection, WritableTabularDataSource, VirtualConnectorExtension

public class MSSQLTabularDataSetCollectionConnector extends MSSQLTabularDataSetConnector implements TabularDataCollection
MSSQLTabularDataSourceConnector works with structured files to retrieve simple tables of data.
  • Constructor Details

    • MSSQLTabularDataSetCollectionConnector

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