Skip navigation links
A B C D J M P Q R T U V 

A

autoCommit(boolean) - Method in class us.abstracta.jmeter.javadsl.jdbc.DslJdbcConnectionPool
Allows setting if auto-commit is enabled or not in pool connections.
autoCommit(boolean) - Method in class us.abstracta.jmeter.javadsl.jdbc.DslJdbcSampler
Allows enabling or disabling auto-commits on the connection pool.

B

buildTestElement() - Method in class us.abstracta.jmeter.javadsl.jdbc.DslJdbcConnectionPool
 
buildTestElement() - Method in class us.abstracta.jmeter.javadsl.jdbc.DslJdbcSampler
 

C

commit() - Method in class us.abstracta.jmeter.javadsl.jdbc.DslJdbcSampler
Allows committing changes applied by previous queries when auto-commit is disabled on the connection pool.

D

DslJdbcConnectionPool - Class in us.abstracta.jmeter.javadsl.jdbc
Defines a JDBC connection pool used by other elements to interact with a database.
DslJdbcConnectionPool(String, Class<? extends Driver>, String) - Constructor for class us.abstracta.jmeter.javadsl.jdbc.DslJdbcConnectionPool
 
DslJdbcSampler - Class in us.abstracta.jmeter.javadsl.jdbc
Allows interacting with databases through configured JDBC connections.
DslJdbcSampler(String, String, String) - Constructor for class us.abstracta.jmeter.javadsl.jdbc.DslJdbcSampler
 
DslJdbcSampler.JdbcParamMode - Enum in us.abstracta.jmeter.javadsl.jdbc
Specifies the mode to apply to a given query parameter.
DslJdbcSampler.QueryType - Enum in us.abstracta.jmeter.javadsl.jdbc
Specifies the type of query to use the JDBC driver with.

J

jdbcConnectionPool(String, Class<? extends Driver>, String) - Static method in class us.abstracta.jmeter.javadsl.jdbc.JdbcJmeterDsl
Builds a JDBC connection pool which is used by other test elements to interact with a database.
JdbcJmeterDsl - Class in us.abstracta.jmeter.javadsl.jdbc
Includes builder methods for JDBC test elements which allow interacting with databases.
jdbcSampler(String, String) - Static method in class us.abstracta.jmeter.javadsl.jdbc.JdbcJmeterDsl
Builds a JDBC sampler which allows interacting with a database (sending queries) through JDBC.
jdbcSampler(String, String, String) - Static method in class us.abstracta.jmeter.javadsl.jdbc.JdbcJmeterDsl
Is the same as JdbcJmeterDsl.jdbcSampler(String, String) but allowing to set a name to the sampler for easy identification in collected statistics and metrics.

M

maxConnections(int) - Method in class us.abstracta.jmeter.javadsl.jdbc.DslJdbcConnectionPool
Allows setting max number of connections to keep with the database.
maxConnectionWait(Duration) - Method in class us.abstracta.jmeter.javadsl.jdbc.DslJdbcConnectionPool
Specifies the time to wait for a connection to be available.

P

param(Object, int) - Method in class us.abstracta.jmeter.javadsl.jdbc.DslJdbcSampler
Allows specifying a parameter value to pass to the query and used in provided query placeholders ("?" symbol).
param(Object, int, DslJdbcSampler.JdbcParamMode) - Method in class us.abstracta.jmeter.javadsl.jdbc.DslJdbcSampler
Same as DslJdbcSampler.param(Object, int) but allowing also to specify parameter mode.
password(String) - Method in class us.abstracta.jmeter.javadsl.jdbc.DslJdbcConnectionPool
Allows setting the password required to connect to the database.

Q

queryType(DslJdbcSampler.QueryType) - Method in class us.abstracta.jmeter.javadsl.jdbc.DslJdbcSampler
Allows to explicitly specify the query type when auto-detection is not enough.

R

resultsVar(String) - Method in class us.abstracta.jmeter.javadsl.jdbc.DslJdbcSampler
Allows specifying the name of a variable where to store a list of query retrieved row maps.
rollback() - Method in class us.abstracta.jmeter.javadsl.jdbc.DslJdbcSampler
Allows undoing changes done by previous queries when auto-commit is disabled on the connection pool.

T

timeout(Duration) - Method in class us.abstracta.jmeter.javadsl.jdbc.DslJdbcSampler
Allows specifying a maximum amount of time a query can take before it fails.
transactionIsolation(int) - Method in class us.abstracta.jmeter.javadsl.jdbc.DslJdbcConnectionPool
Allows specifying the transaction isolation level to use for queries executed by this pool.

U

us.abstracta.jmeter.javadsl.jdbc - package us.abstracta.jmeter.javadsl.jdbc
 
user(String) - Method in class us.abstracta.jmeter.javadsl.jdbc.DslJdbcConnectionPool
Allows setting the username required to connect to the database.

V

valueOf(String) - Static method in enum us.abstracta.jmeter.javadsl.jdbc.DslJdbcSampler.JdbcParamMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum us.abstracta.jmeter.javadsl.jdbc.DslJdbcSampler.QueryType
Returns the enum constant of this type with the specified name.
values() - Static method in enum us.abstracta.jmeter.javadsl.jdbc.DslJdbcSampler.JdbcParamMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum us.abstracta.jmeter.javadsl.jdbc.DslJdbcSampler.QueryType
Returns an array containing the constants of this enum type, in the order they are declared.
vars(String...) - Method in class us.abstracta.jmeter.javadsl.jdbc.DslJdbcSampler
Allows specifying the name prefixes of variables where to store query retrieved row columns.
A B C D J M P Q R T U V 
Skip navigation links

Copyright © 2022. All rights reserved.