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

Method makeText

src/common/dsc.h:421–428  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

419 }
420
421 void makeText(USHORT length, USHORT ttype, UCHAR* address = NULL)
422 {
423 clear();
424 dsc_dtype = dtype_text;
425 dsc_length = length;
426 setTextType(ttype);
427 dsc_address = address;
428 }
429
430 void makeTime(GDS_TIME* address = NULL)
431 {

Callers 15

setParameterTypeMethod · 0.80
makeMethod · 0.80
executeMethod · 0.80
getDescMethod · 0.80
pass2Method · 0.80
dsqlCopyMethod · 0.80
EVL_fieldFunction · 0.80
setParamsAsciiValFunction · 0.80
setParamsCharToUuidFunction · 0.80
setParamsUnicodeValFunction · 0.80
setParamsUuidToCharFunction · 0.80
makeDbkeyResultFunction · 0.80

Calls 2

setTextTypeFunction · 0.85
clearClass · 0.50

Tested by

no test coverage detected