fix:modify format

This commit is contained in:
wangmm0220 2024-06-04 16:49:23 +08:00
parent fe3f285ef9
commit 144739c82b
2 changed files with 209 additions and 209 deletions

View File

@ -623,7 +623,7 @@ In addition to writing data using the SQL method or the parameter binding API, w
- `const char *tmq_get_topic_name(TAOS_RES *res)`
- `const char *tmq_get_db_name(TAOS_RES *res)`
tmq_res_t 表示消费到的数据类型,定义如下:
tmq_res_t the type of consumed result, defined as follows:
```
typedef enum tmq_res_t {
TMQ_RES_INVALID = -1, // invalid

View File

@ -1,5 +1,5 @@
---
sidebar_label: C/C++
idebar_label: C/C++
title: C/C++ Connector
---