Class JdbcDsl

java.lang.Object
io.gatling.javaapi.jdbc.JdbcDsl

public final class JdbcDsl extends Object
The entrypoint of the Gatling JDBC DSL
  • Method Details

    • jdbcFeeder

      @NonNull public static io.gatling.javaapi.core.FeederBuilder<Object> jdbcFeeder(@NonNull String url, @NonNull String username, @NonNull String password, @NonNull String sql)
      Boostrap a feeder that read a stock of data from a database
      Parameters:
      url - the database url
      username - the credentials username
      password - the credentials password
      sql - the SQL query
      Returns:
      a FeederBuilder