Class MSSQLTabularDataSetCollectionConnector
java.lang.Object
org.odpi.openmetadata.frameworks.connectors.Connector
org.odpi.openmetadata.frameworks.connectors.ConnectorBase
org.odpi.openmetadata.adapters.connectors.mssql.tabulardatasource.MSSQLTabularDataSetConnector
org.odpi.openmetadata.adapters.connectors.mssql.tabulardatasource.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.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.odpi.openmetadata.frameworks.connectors.ConnectorBase
ConnectorBase.ProtectedConnection -
Field Summary
Fields inherited from class org.odpi.openmetadata.adapters.connectors.mssql.tabulardatasource.MSSQLTabularDataSetConnector
propertyHelper, tableDescription, tableNameFields inherited from class org.odpi.openmetadata.frameworks.connectors.ConnectorBase
auditLog, connectionBean, connectorInstanceId, embeddedConnectors, messageFormatter, secretsStoreConnectorMap -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetTableName(String tableName, String tableDescription) Set up the table name for the tabular data set to focus on.Methods inherited from class org.odpi.openmetadata.adapters.connectors.mssql.tabulardatasource.MSSQLTabularDataSetConnector
appendRecord, deleteRecord, disconnect, getRecordCount, setColumnDescriptions, start, writeRecordMethods inherited from class org.odpi.openmetadata.frameworks.connectors.ConnectorBase
combineConfigurationProperties, disconnectConnectors, equals, fromCamelToCanonicalCase, fromCanonicalToCamelCase, fromCanonicalToKebabCase, fromCanonicalToSnakeCase, fromKebabToCanonicalCase, fromSnakeToCanonicalCase, getArrayConfigurationProperty, getArrayConfigurationProperty, getArrayConfigurationProperty, getBooleanConfigurationProperty, getConnection, getConnectorInstanceId, getDateConfigurationProperty, getIntConfigurationProperty, getLongConfigurationProperty, getSecretsCollectionName, getSecretsLocation, getSecretsProvider, getStringConfigurationProperty, getStringConfigurationProperty, getSuppliedPlaceholderProperties, hashCode, initialize, initializeEmbeddedConnectors, initializeSecretsStoreConnector, isActive, logExceptionRecord, logRecord, logRecord, throwMissingConfigurationProperty, throwMissingElement, throwMissingEndpointAddress, throwMissingResource, throwNoAsset, throwWrongTypeOfAsset, throwWrongTypeOfResource, throwWrongTypeOfRootSchema, toStringMethods inherited from class org.odpi.openmetadata.frameworks.connectors.Connector
clearStatisticProperty, clearStatisticTimestamp, getConnectorStatistics, getStatisticCounter, getStatisticProperty, getStatisticTimestamp, incrementStatisticCounter, initializeStatisticCounter, refreshStatistics, setStatisticProperty, setStatisticTimestamp
-
Constructor Details
-
MSSQLTabularDataSetCollectionConnector
public MSSQLTabularDataSetCollectionConnector()
-
-
Method Details
-
setTableName
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:
setTableNamein interfaceTabularDataCollection- Parameters:
tableName- name of the tabletableDescription- optional description for the table - useful if the connector needs to set up a definition of the table.
-