当前位置:网站首页>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 :
边栏推荐
- Isam2 and incrementalfixedlagsmooth instructions in gtsam
- 模拟卷Leetcode【普通】1062. 最长重复子串
- PHP uses redis to implement distributed locks
- 黑猫带你学UFS协议第8篇:UFS初始化详解(Boot Operation)
- 全链路压测:构建三大模型
- [wechat applet] build a development tool environment
- Manhattan distance and Manhattan rectangle - print back font matrix
- 在uni-app中使用腾讯视频插件播放视频
- leetcode 24. Exchange the nodes in the linked list in pairs
- Pat (Grade B) 2022 summer exam
猜你喜欢
![[eolink] PC client installation](/img/91/8b3c4264e544b14f926e91edddf18d.png)
[eolink] PC client installation

Caused by:org. gradle. api. internal. plugins . PluginApplicationException: Failed to apply plugin

Nodejs realizes the third-party login of Weibo

Manhattan distance sum - print diamond

全程实现单点登录功能和请求被取消报错“cancelToken“ of undefined的解决方法
![[postman] test script writing and assertion details](/img/65/6520fe78bb2b3ff99f16d09ea8c0d1.png)
[postman] test script writing and assertion details

把el-tree选中的数组转换为数组对象

Postman核心功能解析-参数化和测试报告

Database - current read and snapshot read

Delete the variables added to watch1 in keil MDK
随机推荐
[postman] test script writing and assertion details
php使用redis实现分布式锁
[C language] string left rotation
JWT-JSON WEB TOKEN
数据库隔离级别
Caused by:org. gradle. api. internal. plugins . PluginApplicationException: Failed to apply plugin
Online and offline problems
Simulation volume leetcode [general] 1314 Matrix area and
E - food chain
B - The Suspects
全程实现单点登录功能和请求被取消报错“cancelToken“ of undefined的解决方法
F - True Liars (种类并查集+DP)
数据库-当前读与快照读
Career advancement Guide: recommended books for people in big factories
Left matching principle of joint index
On weak network test of special test
Construction and integration of Zipkin and sleuth for call chain monitoring
Properties file
org.activiti.bpmn.exceptions.XMLException: cvc-complex-type.2.4.a: 发现了以元素 ‘outgoing‘ 开头的无效内容
模拟卷Leetcode【普通】1296. 划分数组为连续数字的集合