aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/include/datetime.h
blob: b4108c5d2b829eb2080ab7bb2fe51402d72f5d3c (plain)
1
2
3
4
5
6
7
8
9
#ifndef _ECPG_DATETIME_H
#define _ECPG_DATETIME_H

#include <ecpg_informix.h>

typedef timestamp dtime_t;
typedef interval intrvl_t;

#endif   /* ndef _ECPG_DATETIME_H */