MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / MOV_get_timestamp

Function MOV_get_timestamp

src/jrd/mov.cpp:296–310  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

294
295
296GDS_TIMESTAMP MOV_get_timestamp(const dsc* desc)
297{
298/**************************************
299 *
300 * M O V _ g e t _ t i m e s t a m p
301 *
302 **************************************
303 *
304 * Functional description
305 * Convert something arbitrary to a timestamp
306 *
307 **************************************/
308
309 return CVT_get_timestamp(desc);
310}
311
312
313ISC_TIMESTAMP_TZ MOV_get_timestamp_tz(const dsc* desc)

Callers 1

compressFunction · 0.85

Calls 1

CVT_get_timestampFunction · 0.85

Tested by

no test coverage detected