Class DuckDBDatabaseIntegrationProvider

All Implemented Interfaces:
AuditLoggingComponent

public class DuckDBDatabaseIntegrationProvider extends IntegrationConnectorProvider
DuckDBDatabaseIntegrationProvider is the OCF connector provider for the DuckDB database integration connector. DuckDB has no server tier, so - unlike the other database connector suites - this is the only integration connector/provider pair in this module; there is no separate "server" connector.
  • Constructor Details

    • DuckDBDatabaseIntegrationProvider

      public DuckDBDatabaseIntegrationProvider()
      Constructor used to initialize the ConnectorProviderBase with the Java class name of the specific connector implementation. Most of the work of this connector provider is handled by the base class.