datetime.h 324 B

1234567891011121314
  1. /* src/interfaces/ecpg/include/datetime.h */
  2. #ifndef _ECPG_DATETIME_H
  3. #define _ECPG_DATETIME_H
  4. #include <ecpg_informix.h>
  5. /* source created by ecpg which defines these symbols */
  6. #ifndef _ECPGLIB_H
  7. typedef timestamp dtime_t;
  8. typedef interval intrvl_t;
  9. #endif /* ndef _ECPGLIB_H */
  10. #endif /* ndef _ECPG_DATETIME_H */