Interface SqlDataSetFileConfig


  • public interface SqlDataSetFileConfig
    Author:
    René Link <rene.link@link-intersystems.com>
    • Field Detail

      • DATABASE_DATA_SET_PRODUCER_CONFIG

        static final com.link_intersystems.util.config.properties.ConfigProperty<com.link_intersystems.dbunit.stream.producer.db.DatabaseDataSetProducerConfig> DATABASE_DATA_SET_PRODUCER_CONFIG
      • DATABASE_CUSTOMIZATION_CONSUMER

        static final com.link_intersystems.util.config.properties.ConfigProperty<com.link_intersystems.dbunit.testcontainers.consumer.DatabaseCustomizationConsumer> DATABASE_CUSTOMIZATION_CONSUMER
      • JDBC_CONTAINER_POOL

        static final com.link_intersystems.util.config.properties.ConfigProperty<com.link_intersystems.dbunit.testcontainers.pool.JdbcContainerPool> JDBC_CONTAINER_POOL
      • TABLE_LITERAL_FORMAT_RESOLVER

        static final com.link_intersystems.util.config.properties.ConfigProperty<com.link_intersystems.dbunit.sql.consumer.TableLiteralFormatResolver> TABLE_LITERAL_FORMAT_RESOLVER
    • Method Detail

      • getDatabaseDataSetProducerConfig

        com.link_intersystems.dbunit.stream.producer.db.DatabaseDataSetProducerConfig getDatabaseDataSetProducerConfig()
      • getDatabaseCustomizationConsumer

        com.link_intersystems.dbunit.testcontainers.consumer.DatabaseCustomizationConsumer getDatabaseCustomizationConsumer()
      • getJdbcContainerPool

        com.link_intersystems.dbunit.testcontainers.pool.JdbcContainerPool getJdbcContainerPool()
      • getTableLiteralFormatResolver

        com.link_intersystems.dbunit.sql.consumer.TableLiteralFormatResolver getTableLiteralFormatResolver()