tidb c++ api 批量绑定接口

为提高效率,请提供以下信息,问题描述清晰能够更快得到解决:

【概述】 tidb c++ 插入批量绑定接口

【问题】tidb c++ api支持像oracle的OCIBindArrayOfStruct 批量绑定接口吗?

【TiDB 版本】 V5.4.1

1 个赞

有bluk insert,不知道是不是你需要的。
https://mariadb.com/kb/en/bulk-insert-row-wise-binding/

tidb 走的是 mysql 的 protocol,要参考的话也是Mysql Connector 的 example了


参考这个,你需要的应该是 预编译的案例

prepared_statement.cpp (12.9 KB)

This topic was automatically closed 3 hours after the last reply. New replies are no longer allowed.