当前位置:网站首页>JDBC requset corresponding content and function introduction
JDBC requset corresponding content and function introduction
2022-07-06 06:20:00 【Quack test notes】

SQL Query:
| Field | meaning |
| Variable Name of Pool declared in JDBC Connection Configuration | We can create multiple JDBC Connection Configuration The variables in the ; Select the variable name that has been created and needs to be used this time |
| Query Type | SQL Type of statement : Select Statement: At ordinary times sql How to write , Here's how to write Update Statement Callable Statement Prepared Select Statement A parameterized Prepared Update Statement Commit Rollback AutoCommit(false) AutoCommit(True) Edit |
| Query | Fill in SQL There is no need to add ";" Number |
| Paramenter values | Variables to be passed , If there are multiple variables, use , Separate |
| Paramenter types | Variable type |
| Variable names | preservation sql Statement and the total number of data returned use , Separate ; Skip columns with empty |
| Result variable name | One Object Variable stores all return values |
| Query timeout(s) | Timeout time ; Default 0, For infinite time |
| Limit ResultSet | and limit Similar effects , Limit sql Statement returns the number of rows in the result set |
| Handle ResultSet | How to define callable statements The result set returned ; The default is stored as a string Store as String Store as Object Count Records Edit |
give an example 1: Only SQL Statement does nothing else .
JDBC request

Running results :

Example 2 : Use placeholders
JDBC Request

result :

Example 3 :
JBCD Request If the parameter passed is a variable , How to deal with it ?
Here is a learning link :
边栏推荐
- leaflet 地图
- Win10 cannot operate (delete, cut) files
- sourceInsight中文乱码
- Manhattan distance and Manhattan rectangle - print back font matrix
- Delete the variables added to watch1 in keil MDK
- Isam2 and incrementalfixedlagsmooth instructions in gtsam
- D - How Many Answers Are Wrong
- 【Postman】动态变量(也称Mock函数)
- 「 WEB测试工程师 」岗位一面总结
- On weak network test of special test
猜你喜欢

Redis 核心技术与实战之 基本架构:一个键值数据库包含什么?

How to extract login cookies when JMeter performs interface testing

sourceInsight中文乱码

【Postman】测试(Tests)脚本编写和断言详解

全链路压测:构建三大模型

Overview of three core areas of Mathematics: algebra

在uni-app中使用腾讯视频插件播放视频

Full link voltage measurement: building three models

MFC on the conversion and display of long string unsigned char and CString

E - food chain
随机推荐
Resttemplate and feign realize token transmission
模拟卷Leetcode【普通】1219. 黄金矿工
ICLR 2022 spotlight | analog transformer: time series anomaly detection method based on correlation difference
模拟卷Leetcode【普通】1061. 按字典序排列最小的等效字符串
「 WEB测试工程师 」岗位一面总结
Fault, error, failure of functional safety
Online and offline problems
私人云盘部署
Thoughts on data security (Reprint)
E - 食物链
Left matching principle of joint index
Redis core technology and basic architecture of actual combat: what does a key value database contain?
Database - current read and snapshot read
【eolink】PC客户端安装
How to extract login cookies when JMeter performs interface testing
二维码的前世今生 与 六大测试点梳理
Simulation volume leetcode [general] 1447 Simplest fraction
Overview of three core areas of Mathematics: algebra
Idea new UI usage
Database isolation level