Class DataSourceConnectionPropertyScriptCommand

  • All Implemented Interfaces:
    ScriptCommand

    public class DataSourceConnectionPropertyScriptCommand
    extends AbstractResourceScriptCommand
    Implementation of datasource connection property configuration script command.
    • Constructor Detail

      • DataSourceConnectionPropertyScriptCommand

        public DataSourceConnectionPropertyScriptCommand​(Configuration configuration,
                                                         String resourcePath,
                                                         DataSource dataSource,
                                                         Map.Entry<Object,​Object> driverProperty)
        Sets configuration containing all needed information for building configuration scripts.
        Parameters:
        configuration - Container configuration.
        resourcePath - Path to configuration script resources.
        dataSource - DataSource.
        driverProperty - DataSource driver property.