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

Method isNull

src/common/dsc.h:121–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119 }
120
121 bool isNull() const
122 {
123 return dsc_flags & DSC_null;
124 }
125
126 void setNull()
127 {

Callers 6

mapInOutMethod · 0.45
makeMethod · 0.45
getDescMethod · 0.45
makeMethod · 0.45
dsqlPassMethod · 0.45
cleanupRpbFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected