fix:modify format
This commit is contained in:
parent
fe3f285ef9
commit
144739c82b
|
@ -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
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
sidebar_label: C/C++
|
||||
idebar_label: C/C++
|
||||
title: C/C++ Connector
|
||||
---
|
||||
|
||||
|
|
Loading…
Reference in New Issue