| |
|
| java.lang.Object org.apache.jmeter.testelement.AbstractTestElement org.apache.jmeter.protocol.jdbc.config.DataSourceElement
dataSourcedriverdbUrlusernamepasswordcheckQuerypoolMaxconnectionAgetimeouttrimInterval | transient String dataSourcedriverdbUrlusernamepasswordcheckQuerypoolMaxconnectionAgetimeouttrimInterval(Code) | | |
excaliburSource | transient ResourceLimitingJdbcDataSource excaliburSource(Code) | | |
keepAliveautocommit | transient boolean keepAliveautocommit(Code) | | |
DataSourceElement | public DataSourceElement()(Code) | | |
expectsModification | public boolean expectsModification()(Code) | | |
getCheckQuery | public String getCheckQuery()(Code) | | Returns the checkQuery. |
getConnectionAge | public String getConnectionAge()(Code) | | Returns the connectionAge. |
getDataSource | public String getDataSource()(Code) | | Returns the poolname. |
getDriver | public String getDriver()(Code) | | Returns the driver. |
getPassword | public String getPassword()(Code) | | Returns the password. |
getPoolMax | public String getPoolMax()(Code) | | Returns the poolMax. |
getTimeout | public String getTimeout()(Code) | | Returns the timeout. |
getTrimInterval | public String getTrimInterval()(Code) | | Returns the trimInterval. |
getUsername | public String getUsername()(Code) | | Returns the username. |
isAutocommit | public boolean isAutocommit()(Code) | | Returns the autocommit. |
isKeepAlive | public boolean isKeepAlive()(Code) | | Returns the keepAlive. |
setAutocommit | public void setAutocommit(boolean autocommit)(Code) | | Parameters: autocommit - The autocommit to set. |
setCheckQuery | public void setCheckQuery(String checkQuery)(Code) | | Parameters: checkQuery - The checkQuery to set. |
setConnectionAge | public void setConnectionAge(String connectionAge)(Code) | | Parameters: connectionAge - The connectionAge to set. |
setDataSource | public void setDataSource(String dataSource)(Code) | | Parameters: dataSource - The poolname to set. |
setDbUrl | public void setDbUrl(String dbUrl)(Code) | | Parameters: dbUrl - The dbUrl to set. |
setDriver | public void setDriver(String driver)(Code) | | Parameters: driver - The driver to set. |
setKeepAlive | public void setKeepAlive(boolean keepAlive)(Code) | | Parameters: keepAlive - The keepAlive to set. |
setPassword | public void setPassword(String password)(Code) | | Parameters: password - The password to set. |
setPoolMax | public void setPoolMax(String poolMax)(Code) | | Parameters: poolMax - The poolMax to set. |
setTimeout | public void setTimeout(String timeout)(Code) | | Parameters: timeout - The timeout to set. |
setTrimInterval | public void setTrimInterval(String trimInterval)(Code) | | Parameters: trimInterval - The trimInterval to set. |
setUsername | public void setUsername(String username)(Code) | | Parameters: username - The username to set. |
testEnded | public void testEnded()(Code) | | |
testStarted | public void testStarted()(Code) | | |
|
|
|