[TD-2639] <docs>: fix description of function "taos_options".

This commit is contained in:
Elias Soong 2021-08-17 17:39:42 +08:00
parent 230bbacbcf
commit 356865a9fd
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@ C/C++的API类似于MySQL的C API。应用程序使用时需要包含TDengine
- `int taos_options(TSDB_OPTION option, const void * arg, ...)`
设置客户端选项,目前只支持时区设置_TSDB_OPTION_TIMEZONE_和编码设置_TSDB_OPTION_LOCALE_。时区和编码默认为操作系统当前设置。
设置客户端选项,目前支持区域设置(`TSDB_OPTION_LOCALE`)、字符集设置(`TSDB_OPTION_CHARSET`)、时区设置(`TSDB_OPTION_TIMEZONE`)、配置文件路径设置(`TSDB_OPTION_CONFIGDIR`)。区域设置、字符集、时区默认为操作系统当前设置。
- `char *taos_get_client_info()`