当前位置:网站首页>SQL Server Connectors By Thread Pool | DTSQLServerTP 插件使用说明
SQL Server Connectors By Thread Pool | DTSQLServerTP 插件使用说明
2022-04-23 20:14:00 【阿六_Dexter】
本插件主要是支持在UE4蓝图中使用线程池异步连接和异步操作SQL Server数据库。
本插件采用的链接和执行SQL都是异步操作,不会卡主绘画主线程,提高运行效率。在数据库返回以后才会回调蓝图的Completed节点。
1. 数据库连接 【 Create SQL Server 】

输入:
Host:数据库IP地址
Port: 数据库开放端口
User: 数据库用户名
Password:数据库密码
DBName:指定连接的数据库库名
Thread Pool Count:连接线程的数量
输出:
Success:返回数据库是否连接成功
Error No: 连接错误返回错误编号,成功返回0
Error Msg:连接错误返回错误信息
2. 操作数据库 【 Execute SQL 】

输入:
SQL: 执行的SQL语句,支持 SELECT, DELETE, INSERT, UPDATE, EXEC。 基本所有的SQL语句都是支持的,可以直接在这里操作数据库。
需要一定的SQL语法知识掌握,可以参考 SQL Server教程 (yiibai.com)
输出:
Success: 返回操作是否执行成功
Error No:错误编号,成功返回0
Error Msg: 执行错误返回错误信息
Result:返回数据库结果集
3. 结果集分解
Result 返回的结果集为 一个MAP的数组,一个数组等于一行的信息,这一行的数据保存在一个MAP中。
也可以使用本插件自带功能,把输出结果集转换为JSON。
版权声明
本文为[阿六_Dexter]所创,转载请带上原文链接,感谢
https://blog.csdn.net/wmy19890322/article/details/124324676
边栏推荐
- Why is the hexadecimal printf output of C language sometimes with 0xff and sometimes not
- MySQL数据库 - 单表查询(一)
- 2022 - Data Warehouse - [time dimension table] - year, week and holiday
- Redis的安装(CentOS7命令行安装)
- Local call feign interface message 404
- SIGIR'22 "Microsoft" CTR estimation: using context information to promote feature representation learning
- WordPress plug-in: WP CHINA Yes solution to slow domestic access to the official website
- 图书管理数据库系统设计
- Remote code execution in Win 11 using wpad / PAC and JScript
- NC basic usage 3
猜你喜欢

Openharmony open source developer growth plan, looking for new open source forces that change the world!

selenium.common.exceptions.WebDriverException: Message: ‘chromedriver‘ executable needs to be in PAT

Redis cache penetration, cache breakdown, cache avalanche

Physical meaning of FFT: 1024 point FFT is 1024 real numbers. The actual input to FFT is 1024 complex numbers (imaginary part is 0), and the output is also 1024 complex numbers. The effective data is

Error reported by Azkaban: Azkaban jobExecutor. utils. process. ProcessFailureException: Process exited with code 127

php参考手册String(7.2千字)

如何在BNB链上创建BEP-20通证

Computing the intersection of two planes in PCL point cloud processing (51)

Five minutes to show you what JWT is

Sqoop imports tinyint type fields to boolean type
随机推荐
Redis的安装(CentOS7命令行安装)
VeraCrypt文件硬盘加密使用教程
WordPress plug-in: WP CHINA Yes solution to slow domestic access to the official website
Unity general steps for creating a hyper realistic 3D scene
Alicloud: could not connect to SMTP host: SMTP 163.com, port: 25
Is the wechat CICC wealth high-end zone safe? How to open an account for securities
Remote code execution in Win 11 using wpad / PAC and JScript
山东大学软件学院项目实训-创新实训-网络安全靶场实验平台(五)
Redis distributed lock
如何在BNB鏈上創建BEP-20通證
Tencent Qiu Dongyang: techniques and ways of accelerating deep model reasoning
Fundamentals of network communication (LAN, Wan, IP address, port number, protocol, encapsulation and distribution)
nc基础用法3
DTMF dual tone multi frequency signal simulation demonstration system
Mysql database - single table query (II)
使用 WPAD/PAC 和 JScript在win11中进行远程代码执行
Shanda Wangan shooting range experimental platform project - personal record (IV)
Change the material of unity model as a whole
Distinction between pointer array and array pointer
PCL点云处理之基于PCA的几何形状特征计算(五十二)