当前位置:网站首页>JDBC Requset 对应内容及功能介绍
JDBC Requset 对应内容及功能介绍
2022-07-06 06:04:00 【呱呱测试笔记】
SQL Query:
字段 | 含义 |
Variable Name of Pool declared in JDBC Connection Configuration | 我们可以创建多个JDBC Connection Configuration中的变量;选择已经创建的需要本次使用的变量名即可 |
Query Type | SQL语句的类型: Select Statement:平时 sql 怎么写,这里就怎么写 Update Statement Callable Statement Prepared Select Statement 参数化 Prepared Update Statement Commit Rollback AutoCommit(false) AutoCommit(True) Edit |
Query | 填写SQL语句末尾不需要加";"号 |
Paramenter values | 需要传递的变量,如果存在多个变量用,分隔 |
Paramenter types | 变量类型 |
Variable names | 保存sql语句返回的数据和返回数据的总行数 用 , 分隔;跳过列用空 |
Result variable name | 一个 Object 变量存储所有返回值 |
Query timeout(s) | 超时时间;默认0,代表无限时间 |
Limit ResultSet | 和 limit 类似作用,限制 sql 语句返回结果集的行数 |
Handle ResultSet | 如何定义 callable statements 返回的结果集;默认是存储为字符串 Store as String Store as Object Count Records Edit |
举例1:只有SQL语句不做其他操作。
JDBC request
运行结果:
举例子二:使用占位符
JDBC Request
结果:
举例子三:
JBCD Request如果传递的参数是一个变量,如何处理?
此处提供一个学习连接:
Jmeter系列(30)- 详解 JDBC Request - 腾讯云开发者社区-腾讯云
jmeter 性能测试 JDBC Request (查询数据库获取数据库数据) 的使用「建议收藏」 - 腾讯云开发者社区-腾讯云
边栏推荐
- Embedded point test of app
- Cognitive introspection
- Buuctf-[gxyctf2019] no dolls (xiaoyute detailed explanation)
- My 2021
- IPv6 comprehensive experiment
- Reading notes of effective managers
- Gtest之TEST宏的用法
- GTSAM中ISAM2和IncrementalFixedLagSmoother说明
- How Huawei routers configure static routes
- Luogu p1460 [usaco2.1] healthy Holstein cows
猜你喜欢
Grant Yu, build a web page you want from 0
Buuctf-[bjdctf2020]zjctf, but so (xiaoyute detailed explanation)
Buuctf-[[gwctf 2019] I have a database (xiaoyute detailed explanation)
[Thesis code] SML part code reading
Configuring OSPF GR features for Huawei devices
[untitled]
ContentType的作用
Function of contenttype
Function of activation function
PAT(乙级)2022年夏季考试
随机推荐
假设检验学习笔记
[postman] test script writing and assertion details
C language bubble sort
IPv6 comprehensive experiment
[paper reading] nflowjs: synthetic negative data intensive anomaly detection based on robust learning
养了只小猫咪
Réflexions sur la sécurité des données (réimpression)
【LeetCode】Day96-第一个唯一字符&赎金信&字母异位词
GTSAM中ISAM2和IncrementalFixedLagSmoother说明
多线程应用的测试与调试
【C语言】字符串左旋
[web security] nodejs prototype chain pollution analysis
LAN communication process in the same network segment
Commodity price visualization
[leetcode] day96 - the first unique character & ransom letter & letter ectopic word
The ECU of 21 Audi q5l 45tfsi brushes is upgraded to master special adjustment, and the horsepower is safely and stably increased to 305 horsepower
Raised a kitten
[untitled]
How Huawei routers configure static routes
Request forwarding and redirection