| Modifier and Type | Method and Description |
|---|---|
DslJdbcConnectionPool |
DslJdbcConnectionPool.autoCommit(boolean enabled)
Allows setting if auto-commit is enabled or not in pool connections.
|
static DslJdbcConnectionPool |
JdbcJmeterDsl.jdbcConnectionPool(String name,
Class<? extends Driver> driverClass,
String url)
Builds a JDBC connection pool which is used by other test elements to interact with a
database.
|
DslJdbcConnectionPool |
DslJdbcConnectionPool.maxConnections(int maxConnections)
Allows setting max number of connections to keep with the database.
|
DslJdbcConnectionPool |
DslJdbcConnectionPool.maxConnectionWait(Duration maxConnectionWait)
Specifies the time to wait for a connection to be available.
|
DslJdbcConnectionPool |
DslJdbcConnectionPool.password(String password)
Allows setting the password required to connect to the database.
|
DslJdbcConnectionPool |
DslJdbcConnectionPool.transactionIsolation(int transactionIsolation)
Allows specifying the transaction isolation level to use for queries executed by this pool.
|
DslJdbcConnectionPool |
DslJdbcConnectionPool.user(String user)
Allows setting the username required to connect to the database.
|
Copyright © 2022. All rights reserved.