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

Function MOV_get_string

src/jrd/mov.cpp:228–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

226
227
228int MOV_get_string(Jrd::thread_db* tdbb, const dsc* desc, UCHAR** address, vary* temp, USHORT length)
229{
230/**************************************
231 *
232 * M O V _ g e t _ s t r i n g
233 *
234 **************************************
235 *
236 * Functional description
237 *
238 **************************************/
239 USHORT ttype;
240
241 return MOV_get_string_ptr(tdbb, desc, &ttype, address, temp, length);
242}
243
244
245GDS_DATE MOV_get_sql_date(const dsc* desc)

Callers 5

EVL_bitmapFunction · 0.85
EVL_dbkey_boundsFunction · 0.85
evlCharToUuidFunction · 0.85
evlUuidToCharFunction · 0.85
compressFunction · 0.85

Calls 1

MOV_get_string_ptrFunction · 0.85

Tested by

no test coverage detected