JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Apache JMeter
Prev
Next
Frames
No Frames
All Classes
A
C
D
E
G
I
J
O
P
S
T
A
AbstractJDBCProcessor
- Class in
org.apache.jmeter.protocol.jdbc.processor
As pre- and post-processors essentially do the same this class provides the implementation.
AbstractJDBCProcessor()
- Constructor for class org.apache.jmeter.protocol.jdbc.processor.
AbstractJDBCProcessor
AbstractJDBCTestElement
- Class in
org.apache.jmeter.protocol.jdbc
A base class for all JDBC test elements handling the basics of a SQL request.
AbstractJDBCTestElement()
- Constructor for class org.apache.jmeter.protocol.jdbc.
AbstractJDBCTestElement
Creates a JDBCSampler.
addConfigElement(ConfigElement)
- Method in class org.apache.jmeter.protocol.jdbc.config.
DataSourceElement
applies(ConfigTestElement)
- Method in class org.apache.jmeter.protocol.jdbc.sampler.
JDBCSampler
C
clone()
- Method in class org.apache.jmeter.protocol.jdbc.config.
DataSourceElement
close(Connection)
- Static method in class org.apache.jmeter.protocol.jdbc.
AbstractJDBCTestElement
close(Statement)
- Static method in class org.apache.jmeter.protocol.jdbc.
AbstractJDBCTestElement
close(ResultSet)
- Static method in class org.apache.jmeter.protocol.jdbc.
AbstractJDBCTestElement
D
DataSourceElement
- Class in
org.apache.jmeter.protocol.jdbc.config
DataSourceElement()
- Constructor for class org.apache.jmeter.protocol.jdbc.config.
DataSourceElement
DataSourceElementBeanInfo
- Class in
org.apache.jmeter.protocol.jdbc.config
DataSourceElementBeanInfo()
- Constructor for class org.apache.jmeter.protocol.jdbc.config.
DataSourceElementBeanInfo
E
ENCODING
- Static variable in class org.apache.jmeter.protocol.jdbc.
AbstractJDBCTestElement
execute(Connection)
- Method in class org.apache.jmeter.protocol.jdbc.
AbstractJDBCTestElement
Execute the test element.
execute(Connection, SampleResult)
- Method in class org.apache.jmeter.protocol.jdbc.
AbstractJDBCTestElement
Execute the test element.
expectsModification()
- Method in class org.apache.jmeter.protocol.jdbc.config.
DataSourceElement
G
getCheckQuery()
- Method in class org.apache.jmeter.protocol.jdbc.config.
DataSourceElement
getConnection(String)
- Static method in class org.apache.jmeter.protocol.jdbc.config.
DataSourceElement
Utility routine to get the connection from the pool.
Purpose: allows JDBCSampler to be entirely independent of the pooling classes allows the pool storage mechanism to be changed if necessary
getConnectionAge()
- Method in class org.apache.jmeter.protocol.jdbc.config.
DataSourceElement
getConnectionInfo(String)
- Static method in class org.apache.jmeter.protocol.jdbc.config.
DataSourceElement
Gets a textual description about the pools configuration.
getConnectionProperties()
- Method in class org.apache.jmeter.protocol.jdbc.config.
DataSourceElement
getDataSource()
- Method in class org.apache.jmeter.protocol.jdbc.
AbstractJDBCTestElement
getDataSource()
- Method in class org.apache.jmeter.protocol.jdbc.config.
DataSourceElement
getDbUrl()
- Method in class org.apache.jmeter.protocol.jdbc.config.
DataSourceElement
getDriver()
- Method in class org.apache.jmeter.protocol.jdbc.config.
DataSourceElement
getInitQuery()
- Method in class org.apache.jmeter.protocol.jdbc.config.
DataSourceElement
getIntegerQueryTimeout()
- Method in class org.apache.jmeter.protocol.jdbc.
AbstractJDBCTestElement
getIntegerResultSetMaxRows()
- Method in class org.apache.jmeter.protocol.jdbc.
AbstractJDBCTestElement
getPassword()
- Method in class org.apache.jmeter.protocol.jdbc.config.
DataSourceElement
getPoolMax()
- Method in class org.apache.jmeter.protocol.jdbc.config.
DataSourceElement
getPoolPreparedStatements()
- Method in class org.apache.jmeter.protocol.jdbc.config.
DataSourceElement
Return the max number of pooled prepared statements.
getQuery()
- Method in class org.apache.jmeter.protocol.jdbc.
AbstractJDBCTestElement
getQueryArguments()
- Method in class org.apache.jmeter.protocol.jdbc.
AbstractJDBCTestElement
getQueryArgumentsTypes()
- Method in class org.apache.jmeter.protocol.jdbc.
AbstractJDBCTestElement
getQueryTimeout()
- Method in class org.apache.jmeter.protocol.jdbc.
AbstractJDBCTestElement
getQueryType()
- Method in class org.apache.jmeter.protocol.jdbc.
AbstractJDBCTestElement
getResultSetHandler()
- Method in class org.apache.jmeter.protocol.jdbc.
AbstractJDBCTestElement
getResultSetMaxRows()
- Method in class org.apache.jmeter.protocol.jdbc.
AbstractJDBCTestElement
getResultVariable()
- Method in class org.apache.jmeter.protocol.jdbc.
AbstractJDBCTestElement
getTimeout()
- Method in class org.apache.jmeter.protocol.jdbc.config.
DataSourceElement
getTransactionIsolation()
- Method in class org.apache.jmeter.protocol.jdbc.config.
DataSourceElement
getTransactionIsolationMode(String)
- Static method in class org.apache.jmeter.protocol.jdbc.config.
DataSourceElementBeanInfo
Converts a string description of a valid transaction isolation mode to the respective integer value.
getTrimInterval()
- Method in class org.apache.jmeter.protocol.jdbc.config.
DataSourceElement
getUsername()
- Method in class org.apache.jmeter.protocol.jdbc.config.
DataSourceElement
getVariableNames()
- Method in class org.apache.jmeter.protocol.jdbc.
AbstractJDBCTestElement
I
isAutocommit()
- Method in class org.apache.jmeter.protocol.jdbc.config.
DataSourceElement
isKeepAlive()
- Method in class org.apache.jmeter.protocol.jdbc.config.
DataSourceElement
isPreinit()
- Method in class org.apache.jmeter.protocol.jdbc.config.
DataSourceElement
J
JDBCPostProcessor
- Class in
org.apache.jmeter.protocol.jdbc.processor
Post processor handling JDBC Requests
JDBCPostProcessor()
- Constructor for class org.apache.jmeter.protocol.jdbc.processor.
JDBCPostProcessor
JDBCPostProcessorBeanInfo
- Class in
org.apache.jmeter.protocol.jdbc.processor
JDBCPostProcessorBeanInfo()
- Constructor for class org.apache.jmeter.protocol.jdbc.processor.
JDBCPostProcessorBeanInfo
JDBCPreProcessor
- Class in
org.apache.jmeter.protocol.jdbc.processor
Preprocessor handling JDBC Requests
JDBCPreProcessor()
- Constructor for class org.apache.jmeter.protocol.jdbc.processor.
JDBCPreProcessor
JDBCPreProcessorBeanInfo
- Class in
org.apache.jmeter.protocol.jdbc.processor
JDBCPreProcessorBeanInfo()
- Constructor for class org.apache.jmeter.protocol.jdbc.processor.
JDBCPreProcessorBeanInfo
JDBCSampler
- Class in
org.apache.jmeter.protocol.jdbc.sampler
A sampler which understands JDBC database requests.
JDBCSampler()
- Constructor for class org.apache.jmeter.protocol.jdbc.sampler.
JDBCSampler
Creates a JDBCSampler.
JDBCSamplerBeanInfo
- Class in
org.apache.jmeter.protocol.jdbc.sampler
JDBCSamplerBeanInfo()
- Constructor for class org.apache.jmeter.protocol.jdbc.sampler.
JDBCSamplerBeanInfo
JDBCTestElementBeanInfoSupport
- Class in
org.apache.jmeter.protocol.jdbc
JDBCTestElementBeanInfoSupport(Class<? extends TestBean>)
- Constructor for class org.apache.jmeter.protocol.jdbc.
JDBCTestElementBeanInfoSupport
O
org.apache.jmeter.protocol.jdbc
- package org.apache.jmeter.protocol.jdbc
org.apache.jmeter.protocol.jdbc.config
- package org.apache.jmeter.protocol.jdbc.config
org.apache.jmeter.protocol.jdbc.processor
- package org.apache.jmeter.protocol.jdbc.processor
org.apache.jmeter.protocol.jdbc.sampler
- package org.apache.jmeter.protocol.jdbc.sampler
P
process()
- Method in class org.apache.jmeter.protocol.jdbc.processor.
AbstractJDBCProcessor
Calls the JDBC code to be executed.
process()
- Method in class org.apache.jmeter.protocol.jdbc.processor.
JDBCPostProcessor
process()
- Method in class org.apache.jmeter.protocol.jdbc.processor.
JDBCPreProcessor
S
sample(Entry)
- Method in class org.apache.jmeter.protocol.jdbc.sampler.
JDBCSampler
setAutocommit(boolean)
- Method in class org.apache.jmeter.protocol.jdbc.config.
DataSourceElement
setCheckQuery(String)
- Method in class org.apache.jmeter.protocol.jdbc.config.
DataSourceElement
setConnectionAge(String)
- Method in class org.apache.jmeter.protocol.jdbc.config.
DataSourceElement
setConnectionProperties(String)
- Method in class org.apache.jmeter.protocol.jdbc.config.
DataSourceElement
setDataSource(String)
- Method in class org.apache.jmeter.protocol.jdbc.
AbstractJDBCTestElement
setDataSource(String)
- Method in class org.apache.jmeter.protocol.jdbc.config.
DataSourceElement
setDbUrl(String)
- Method in class org.apache.jmeter.protocol.jdbc.config.
DataSourceElement
setDriver(String)
- Method in class org.apache.jmeter.protocol.jdbc.config.
DataSourceElement
setInitQuery(String)
- Method in class org.apache.jmeter.protocol.jdbc.config.
DataSourceElement
setKeepAlive(boolean)
- Method in class org.apache.jmeter.protocol.jdbc.config.
DataSourceElement
setPassword(String)
- Method in class org.apache.jmeter.protocol.jdbc.config.
DataSourceElement
setPoolMax(String)
- Method in class org.apache.jmeter.protocol.jdbc.config.
DataSourceElement
setPoolPreparedStatements(String)
- Method in class org.apache.jmeter.protocol.jdbc.config.
DataSourceElement
Set the max number of pooled prepared statements.
setPreinit(boolean)
- Method in class org.apache.jmeter.protocol.jdbc.config.
DataSourceElement
setQuery(String)
- Method in class org.apache.jmeter.protocol.jdbc.
AbstractJDBCTestElement
setQueryArguments(String)
- Method in class org.apache.jmeter.protocol.jdbc.
AbstractJDBCTestElement
setQueryArgumentsTypes(String)
- Method in class org.apache.jmeter.protocol.jdbc.
AbstractJDBCTestElement
setQueryTimeout(String)
- Method in class org.apache.jmeter.protocol.jdbc.
AbstractJDBCTestElement
setQueryType(String)
- Method in class org.apache.jmeter.protocol.jdbc.
AbstractJDBCTestElement
setResultSetHandler(String)
- Method in class org.apache.jmeter.protocol.jdbc.
AbstractJDBCTestElement
setResultSetMaxRows(String)
- Method in class org.apache.jmeter.protocol.jdbc.
AbstractJDBCTestElement
setResultVariable(String)
- Method in class org.apache.jmeter.protocol.jdbc.
AbstractJDBCTestElement
setTimeout(String)
- Method in class org.apache.jmeter.protocol.jdbc.config.
DataSourceElement
setTransactionIsolation(String)
- Method in class org.apache.jmeter.protocol.jdbc.config.
DataSourceElement
setTrimInterval(String)
- Method in class org.apache.jmeter.protocol.jdbc.config.
DataSourceElement
setUsername(String)
- Method in class org.apache.jmeter.protocol.jdbc.config.
DataSourceElement
setVariableNames(String)
- Method in class org.apache.jmeter.protocol.jdbc.
AbstractJDBCTestElement
T
testEnded()
- Method in class org.apache.jmeter.protocol.jdbc.
AbstractJDBCTestElement
testEnded(String)
- Method in class org.apache.jmeter.protocol.jdbc.
AbstractJDBCTestElement
testEnded()
- Method in class org.apache.jmeter.protocol.jdbc.config.
DataSourceElement
testEnded(String)
- Method in class org.apache.jmeter.protocol.jdbc.config.
DataSourceElement
testStarted()
- Method in class org.apache.jmeter.protocol.jdbc.
AbstractJDBCTestElement
testStarted(String)
- Method in class org.apache.jmeter.protocol.jdbc.
AbstractJDBCTestElement
testStarted()
- Method in class org.apache.jmeter.protocol.jdbc.config.
DataSourceElement
testStarted(String)
- Method in class org.apache.jmeter.protocol.jdbc.config.
DataSourceElement
toString()
- Method in class org.apache.jmeter.protocol.jdbc.
AbstractJDBCTestElement
A
C
D
E
G
I
J
O
P
S
T
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Apache JMeter
Prev
Next
Frames
No Frames
All Classes
Copyright © 1998-2022 Apache Software Foundation. All Rights Reserved.