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

Function MOV_get_sql_date

src/jrd/mov.cpp:245–259  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

243
244
245GDS_DATE MOV_get_sql_date(const dsc* desc)
246{
247/**************************************
248 *
249 * M O V _ g e t _ s q l _ d a t e
250 *
251 **************************************
252 *
253 * Functional description
254 * Convert something arbitrary to a SQL date
255 *
256 **************************************/
257
258 return CVT_get_sql_date(desc);
259}
260
261
262GDS_TIME MOV_get_sql_time(const dsc* desc)

Callers 1

compressFunction · 0.85

Calls 1

CVT_get_sql_dateFunction · 0.85

Tested by

no test coverage detected