All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.galaxio.gatling.javaapi.actions.BatchUpdateBaseAction Maven / Gradle / Ivy

package org.galaxio.gatling.javaapi.actions;

import org.galaxio.gatling.javaapi.internal.Utils;

import java.util.Map;

public class BatchUpdateBaseAction implements BatchAction {
    private final org.galaxio.gatling.jdbc.actions.actions.BatchUpdateBaseAction wrapped;
    public BatchUpdateBaseAction(org.galaxio.gatling.jdbc.actions.actions.BatchUpdateBaseAction batchUpdateBaseAction) {
        this.wrapped = batchUpdateBaseAction;
    }

    public BatchUpdateValuesStepAction set(Map values){
        return new BatchUpdateValuesStepAction(new org.galaxio.gatling.jdbc.actions.actions.BatchUpdateValuesStepAction(wrapped.tableName(),
                Utils.getSeq(values)));
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy