当前位置:网站首页>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 (查询数据库获取数据库数据) 的使用「建议收藏」 - 腾讯云开发者社区-腾讯云
边栏推荐
- 【C语言】qsort函数
- Accélération de la lecture vidéo de l'entreprise
- Dynamic programming -- knapsack problem
- 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
- ICLR 2022 spotlight | analog transformer: time series anomaly detection method based on correlation difference
- 请求转发与重定向
- [untitled]
- 数字三角形模型 AcWing 1015. 摘花生
- ContentType的作用
- Idea new UI usage
猜你喜欢

Investment strategy discussion and market scale prediction report of China's solid state high power amplifier industry from 2022 to 2028

J'ai un chaton.

Sqlmap tutorial (III) practical skills II
![Buuctf-[[gwctf 2019] I have a database (xiaoyute detailed explanation)](/img/2c/43ce298794589c5282edda94161d62.jpg)
Buuctf-[[gwctf 2019] I have a database (xiaoyute detailed explanation)

C language bubble sort
![[happy Spring Festival] if you feel happy, dance](/img/b5/faa4cb94ef5fb45b8bb98ecb69962f.jpg)
[happy Spring Festival] if you feel happy, dance

【Postman】Collections-运行配置之导入数据文件

ContentType的作用

Manhattan distance sum - print diamond

关于 PHP 启动 MongoDb 找不到指定模块问题
随机推荐
Buuctf-[gxyctf2019] no dolls (xiaoyute detailed explanation)
High quality coding tool clion
误差的基本知识
Implementation of linked list in address book management system
LAN communication process in the same network segment
養了只小猫咪
公司视频加速播放
IDEA 新UI使用
Web服务连接器:Servlet
Query the standard text code corresponding to a work center (s) in the production order
【无标题】
leaflet 地图
Investment strategy discussion and market scale prediction report of China's solid state high power amplifier industry from 2022 to 2028
isam2运行流程
Testing and debugging of multithreaded applications
单元测试的意义
Understanding of processes and threads
《卓有成效的管理者》读书笔记
【微信小程序】搭建开发工具环境
在线问题与离线问题