DCL
4.0
Loading...
Searching...
No Matches
PgTypes_.h
Go to the documentation of this file.
1
#ifndef __DCL_PG_TYPES_H__
2
#define __DCL_PG_TYPES_H__ 20250406
3
4
__DCL_BEGIN_NAMESPACE
5
6
void
__decode
(
const
date* _s,
SQL::Date
*
_r
);
7
void
__encode
(
const
SQL::Date
* _s, date*
_r
);
8
9
void
__decode
(
const
char
* _s,
SQL::Time
*
_r
);
10
ByteString
__encode
(
const
SQL::Time
* _s);
11
12
void
__decode
(
const
timestamp* _s,
SQL::TimeStamp
*
_r
);
13
void
__encode
(
const
SQL::TimeStamp
* _s, timestamp*
_r
);
14
15
void
__decode
(
const
interval* _s,
SQL::Interval
*
_r
);
16
void
__encode
(
const
SQL::Interval
* _s, interval*
_r
);
17
18
__DCL_END_NAMESPACE
19
20
#endif
// __DCL_PG_TYPES_H__
__decode
__DCL_BEGIN_NAMESPACE void __decode(const date *_s, SQL::Date *_r)
Definition
PgTypes.cpp:27
__encode
void __encode(const SQL::Date *_s, date *_r)
Definition
PgTypes.cpp:37
_r
_r
Definition
SQLField.cpp:260
SQL::Date
Definition
SQLCore.h:95
SQL::Interval
Definition
SQLCore.h:124
SQL::Time
Definition
SQLCore.h:102
SQL::TimeStamp
Definition
SQLCore.h:110
src
SQLPostgreSQL
PgTypes_.h
Generated by
1.14.0