当前位置:网站首页>jdbc使用call调用存储过程报错
jdbc使用call调用存储过程报错
2022-07-06 05:15:00 【瀚高PG实验室】
瀚高数据库
目录
环境
文档用途
详细信息
环境
系统平台:Linux x86-64 Red Hat Enterprise Linux 7
版本:6.0,4.5
文档用途
解决jdbc调用存储过程报错Error querying database. Cause: com.highgo.jdbc.util.PSQLException:
错误: sp_gencapacitydatasub(character varying, character varying, timestamp without time zone, timestamp without time zone, timestamp without time zone) 是一个过程 建议:要调用过程,请使用CALL。
详细信息
jdbc默认模式下,驱动程序总是使用 SELECT 语句(仅允许函数调用),解决此问题可以在jdbc连接串中添加escapeSyntaxCallMode=call来解决此问题(仅允许调用过程),jdbc要想同时调用函数和过程可以添加escapeSyntaxCallMode=callIfNoReturn。
边栏推荐
- Class inheritance in yyds dry inventory C
- Postman Association
- Principle and performance analysis of lepton lossless compression
- 2021RoboCom机器人开发者大赛(初赛)
- Idea one key guide package
- Unity Vector3. Use and calculation principle of reflect
- The IPO of mesk Electronics was terminated: Henan assets, which was once intended to raise 800 million yuan, was a shareholder
- Sliding window problem review
- Codeforces Round #804 (Div. 2)
- Ad20 is set with through-hole direct connection copper sheet, and the bonding pad is cross connected
猜你喜欢

麥斯克電子IPO被終止:曾擬募資8億 河南資產是股東
![[leetcode] 18. Sum of four numbers](/img/06/c160b47d756290e5474e4c07e68648.png)
[leetcode] 18. Sum of four numbers

Imperial cms7.5 imitation "D9 download station" software application download website source code

Postman assertion

Codeforces Round #804 (Div. 2) Editorial(A-B)

Postman断言

Fluent implements a loadingbutton with loading animation

指针经典笔试题

acwing周赛58

Configuration file converted from Excel to Lua
随机推荐
On the solution of es8316's audio burst
Hometown 20 years later (primary school exercises)
驱动开发——HelloWDM驱动
Compilation and connection of shader in games202 webgl (learn from)
Nacos - TC Construction of High available seata (02)
Hyperledger Fabric2. Some basic concepts of X (1)
SQLite queries the maximum value and returns the whole row of data
关于Unity Inspector上的一些常用技巧,一般用于编辑器扩展或者其他
Sorting out the knowledge points of multicast and broadcasting
2022半年总结
Simple understanding of interpreters and compilers
Pickle and savez_ Compressed compressed volume comparison
集合详解之 Map + 面试题
Biscuits (examination version)
ByteDance program yuan teaches you how to brush algorithm questions: I'm not afraid of the interviewer tearing the code
Review of double pointer problems
指針經典筆試題
[leetcode daily question] number of enclaves
Ad20 is set with through-hole direct connection copper sheet, and the bonding pad is cross connected
Rce code and Command Execution Vulnerability