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

Method makeNullString

src/common/dsc.h:401–410  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

399 }
400
401 void makeNullString()
402 {
403 clear();
404
405 // CHAR(1) CHARACTER SET NONE
406 dsc_dtype = dtype_text;
407 setTextType(CS_NONE);
408 dsc_length = 1;
409 dsc_flags = DSC_nullable | DSC_null;
410 }
411
412 void makeShort(SCHAR scale, SSHORT* address = NULL)
413 {

Callers 15

makeMethod · 0.80
setParameterTypeMethod · 0.80
NullNodeMethod · 0.80
makeAsciiCharFunction · 0.80
makeLeftRightFunction · 0.80
makeOverlayFunction · 0.80
makePadFunction · 0.80
makeReplaceFunction · 0.80
makeReverseFunction · 0.80
makeUnicodeCharFunction · 0.80
makeUuidFunction · 0.80
makeUuidToCharFunction · 0.80

Calls 2

setTextTypeFunction · 0.85
clearClass · 0.50

Tested by

no test coverage detected