Searched refs:timestamp_format (Results 1 – 3 of 3) sorted by relevance
83 char *timestamp_format; member
126 if (H->timestamp_format) { in firebird_handle_closer()127 efree(H->timestamp_format); in firebird_handle_closer()526 if (H->timestamp_format) { in firebird_handle_set_attribute()527 efree(H->timestamp_format); in firebird_handle_set_attribute()529 spprintf(&H->timestamp_format, 0, "%s", Z_STRVAL_P(val)); in firebird_handle_set_attribute()
396 fmt = S->H->timestamp_format ? S->H->timestamp_format : PDO_FB_DEF_TIMESTAMP_FMT; in firebird_stmt_get_col()
Completed in 14 milliseconds