描述:
关闭influxdb2数据库连接
语法:
Influx2_close(hd)
备注:
外部库函数,关闭influxdb2数据库连接,仅供InfluxDB版本为2.x时使用。
参数:
hd |
连接对象 |
返回值:
无
示例:
|
A |
|
1 |
=influx2_open("http://localhost:8086?org=esprocOrg&bucket=test1&token=ZHL...fxWg==") |
|
2 |
=influx2_close(A1) |
|