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

Method makeBoolean

src/common/dsc.h:393–399  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

391 }
392
393 void makeBoolean(UCHAR* address = NULL)
394 {
395 clear();
396 dsc_dtype = dtype_boolean;
397 dsc_length = sizeof(UCHAR);
398 dsc_address = address;
399 }
400
401 void makeNullString()
402 {

Callers 13

makeMethod · 0.80
getDescMethod · 0.80
executeMethod · 0.80
MAKE_constantFunction · 0.80
DatabaseBindingsMethod · 0.80
makeBooleanResultFunction · 0.80
makeBoolResultFunction · 0.80
boolResultFunction · 0.80
evlRoleInUseFunction · 0.80
evlSystemPrivilegeFunction · 0.80
PAR_datatypeFunction · 0.80
putFieldMethod · 0.80

Calls 1

clearClass · 0.50

Tested by

no test coverage detected