当前位置:网站首页>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
边栏推荐
- SRS deployment
- Leetcode XOR operation
- Fundamentals of network communication (LAN, Wan, IP address, port number, protocol, encapsulation and distribution)
- 波场DAO新物种下场,USDD如何破局稳定币市场?
- 渤海期货这家公司怎么样。期货开户办理安全?
- MySQL数据库 - 单表查询(一)
- Fundamentals of programming language (2)
- Use test of FFT and IFFT library functions of TI DSP
- Intersection calculation of straight line and plane in PCL point cloud processing (53)
- R语言使用timeROC包计算无竞争风险情况下的生存资料多时间AUC值、使用confint函数计算无竞争风险情况下的生存资料多时间AUC指标的置信区间值
猜你喜欢
C6748 software simulation and hardware test - with detailed FFT hardware measurement time
基于pytorch搭建GoogleNet神经网络用于花类识别
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
Leetcode XOR operation
WordPress plug-in: WP CHINA Yes solution to slow domestic access to the official website
山东大学软件学院项目实训-创新实训-网络安全靶场实验平台(八)
SIGIR'22「微软」CTR估计:利用上下文信息促进特征表征学习
Possible root causes include a too low setting for -Xss and illegal cyclic inheritance dependencies
程序设计语言基础(2)
Error reported by Azkaban: Azkaban jobExecutor. utils. process. ProcessFailureException: Process exited with code 127
随机推荐
R语言使用timeROC包计算无竞争风险情况下的生存资料多时间AUC值、使用confint函数计算无竞争风险情况下的生存资料多时间AUC指标的置信区间值
Notes of Tang Shu's grammar class in postgraduate entrance examination English
【目标跟踪】基于帧差法结合卡尔曼滤波实现行人姿态识别附matlab代码
Openharmony open source developer growth plan, looking for new open source forces that change the world!
Unity general steps for creating a hyper realistic 3D scene
R语言ggplot2可视化分面图(facet_wrap)、使用lineheight参数自定义设置分面图标签栏(灰色标签栏)的高度
Cadence OrCAD capture batch change component packaging function introduction graphic tutorial and video demonstration
[text classification cases] (4) RNN and LSTM film evaluation Tendency Classification, with tensorflow complete code attached
Mysql database - basic operation of database and table (II)
WordPress插件:WP-China-Yes解决国内访问官网慢的方法
antd dropdown + modal + textarea导致的textarea光标不可被键盘控制问题
Shanda Wangan shooting range experimental platform project - personal record (IV)
如何在BNB鏈上創建BEP-20通證
[target tracking] pedestrian attitude recognition based on frame difference method combined with Kalman filter, with matlab code
Project training of Software College of Shandong University - Innovation Training - network security shooting range experimental platform (VII)
网络通信基础(局域网、广域网、IP地址、端口号、协议、封装、分用)
Rédaction de thèses 19: différences entre les thèses de conférence et les thèses périodiques
NC basic usage 3
An error is reported when sqoop imports data from Mysql to HDFS: sqlexception in nextkeyvalue
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