Class DB2LUWTabularDataSetCollectionConnector
java.lang.Object
org.odpi.openmetadata.frameworks.connectors.Connector
org.odpi.openmetadata.frameworks.connectors.ConnectorBase
org.odpi.openmetadata.adapters.connectors.db2luw.tabulardatasource.DB2LUWTabularDataSetConnector
org.odpi.openmetadata.adapters.connectors.db2luw.tabulardatasource.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.
-
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.db2luw.tabulardatasource.DB2LUWTabularDataSetConnector
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.db2luw.tabulardatasource.DB2LUWTabularDataSetConnector
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
-
DB2LUWTabularDataSetCollectionConnector
public DB2LUWTabularDataSetCollectionConnector()
-
-
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.
-