17#ifndef PDO_FIREBIRD_UTILS_H
18#define PDO_FIREBIRD_UTILS_H
28ISC_TIME
fb_encode_time(
unsigned hours,
unsigned minutes,
unsigned seconds,
unsigned fractions);
34ISC_STATUS fb_decode_time_tz(ISC_STATUS* isc_status,
const ISC_TIME_TZ* timeTz,
unsigned* hours,
unsigned* minutes,
unsigned* seconds,
unsigned* fractions,
35 unsigned timeZoneBufferLength,
char* timeZoneBuffer);
37ISC_STATUS fb_decode_timestamp_tz(ISC_STATUS* isc_status,
const ISC_TIMESTAMP_TZ* timestampTz,
38 unsigned* year,
unsigned* month,
unsigned* day,
39 unsigned* hours,
unsigned* minutes,
unsigned* seconds,
unsigned* fractions,
40 unsigned timeZoneBufferLength,
char* timeZoneBuffer);
ISC_DATE fb_encode_date(unsigned year, unsigned month, unsigned day)
ISC_TIME fb_encode_time(unsigned hours, unsigned minutes, unsigned seconds, unsigned fractions)
unsigned fb_get_client_version(void)