1 Star 0 Fork 0

imboy-tripartite-deps/influxdb_fdw

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
connection.hpp 797 Bytes
一键复制 编辑 原始数据 按行查看 历史
Nguyen Xuan Hai 提交于 2023-03-28 07:56 . RELEASE_v2.0.0
/*-------------------------------------------------------------------------
*
* InfluxDB Foreign Data Wrapper for PostgreSQL
*
* Portions Copyright (c) 2023, TOSHIBA CORPORATION
*
* IDENTIFICATION
* connection.hpp
*
*-------------------------------------------------------------------------
*/
#ifndef CONNECTION_HPP
#define CONNECTION_HPP
extern "C"
{
#include "influxdb_fdw.h"
}
#include <InfluxDB.h>
#include <InfluxDBFactory.h>
extern influxdb::InfluxDB *influxdb_get_connection(UserMapping *user, influxdb_opt *options);
extern std::unique_ptr<influxdb::InfluxDB> create_influxDB_client(char* addr, int port, char* user, char* pass, char* db, int version, char* auth_token, char* retention_policy);
extern void influx_cleanup_connection(void);
#endif /* CONNECTION_HPP */
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/imboy-tripartite-deps/influxdb_fdw.git
git@gitee.com:imboy-tripartite-deps/influxdb_fdw.git
imboy-tripartite-deps
influxdb_fdw
influxdb_fdw
master

搜索帮助