当前位置:网站首页>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 (查询数据库获取数据库数据) 的使用「建议收藏」 - 腾讯云开发者社区-腾讯云
边栏推荐
- 查詢生產訂單中某個(些)工作中心對應的標准文本碼
- Eigen sparse matrix operation
- Amazon Engineer: eight important experiences I learned in my career
- Title 1093: character reverse order
- Testing and debugging of multithreaded applications
- Thoughts on data security (Reprint)
- Implementation of linked list in address book management system
- Buuctf-[[gwctf 2019] I have a database (xiaoyute detailed explanation)
- [course notes] Compilation Principle
- How to use the container reflection method encapsulated by thinkphp5.1 in business code
猜你喜欢
Caused by:org.gradle.api.internal.plugins . PluginApplicationException: Failed to apply plugin
Application du Groupe Li dans gtsam
Function of activation function
CoordinatorLayout+NestedScrollView+RecyclerView 上拉底部显示不全
SQLMAP使用教程(三)实战技巧二
【eolink】PC客户端安装
如何在业务代码中使用 ThinkPHP5.1 封装的容器内反射方法
【Postman】测试(Tests)脚本编写和断言详解
【Postman】Collections-运行配置之导入数据文件
GTSAM中李群的运用
随机推荐
MIT6.s081-2020 Lab2 System Calls
【论文代码】SML部分代码阅读
properties文件
[Baiwen smart home] first day of the course_ Learn Embedded and understand the development mode of bare metal and RTOS
【C语言】字符串左旋
The usage and difference between strlen and sizeof
P问题、NP问题、NPC问题、NP-hard问题详解
LTE CSFB process
养了只小猫咪
[web security] nodejs prototype chain pollution analysis
GTSAM中李群的运用
Accélération de la lecture vidéo de l'entreprise
Yunxiaoduo software internal test distribution test platform description document
[C language syntax] the difference between typedef struct and struct
Demander le Code de texte standard correspondant à un centre de travail dans l'ordre de production
Interface test: what are the components of the URL in fiddler
How Huawei routers configure static routes
J'ai un chaton.
GTSAM中ISAM2和IncrementalFixedLagSmoother说明
Reading notes of effective managers