MSTL
1.4.0
A Modern C++ Library with extended functionality, web components, and utility libraries
载入中...
搜索中...
未找到
postgresql_config.hpp
1
#ifndef MSTL_DATABASE_POSTGRESQL_CONFIG_HPP__
2
#define MSTL_DATABASE_POSTGRESQL_CONFIG_HPP__
3
#ifdef MSTL_SUPPORT_POSTGRESQL__
4
#include <libpq-fe.h>
5
#include "MSTL/core/config/undef_cmacro.hpp"
6
#include "
MSTL/core/config/c++config.hpp
"
7
MSTL_BEGIN_NAMESPACE__
8
MSTL_BEGIN_POSTGRESQL__
9
using
::PGconn;
10
using
::PGresult;
11
using
::ExecStatusType;
12
using
::PQntuples;
13
using
::PQnfields;
14
using
::PQclear;
15
using
::PQgetisnull;
16
using
::PQgetvalue;
17
using
::PQgetlength;
18
using
::PQunescapeBytea;
19
using
::PQfreemem;
20
using
::PQexec;
21
using
::PQprepare;
22
using
::PQresultStatus;
23
using
::PQerrorMessage;
24
using
::PQexecPrepared;
25
using
::PQconnectdb;
26
using
::PQstatus;
27
using
::PQfinish;
28
using
::CONNECTION_OK;
29
using
::PGRES_TUPLES_OK;
30
using
::PGRES_COMMAND_OK;
31
MSTL_END_POSTGRESQL__
32
MSTL_END_NAMESPACE__
33
#endif
34
#endif
// MSTL_DATABASE_POSTGRESQL_CONFIG_HPP__
c++config.hpp
MSTL核心配置
MSTL_END_NAMESPACE__
#define MSTL_END_NAMESPACE__
结束全局命名空间MSTL
定义
c++config.hpp:268
MSTL_BEGIN_NAMESPACE__
#define MSTL_BEGIN_NAMESPACE__
开始全局命名空间MSTL
定义
c++config.hpp:262
include
MSTL
database
postgresql
postgresql_config.hpp
制作者
1.16.0