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

Method setNullable

src/common/dsc.h:113–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111 }
112
113 void setNullable(bool nullable)
114 {
115 if (nullable)
116 dsc_flags |= DSC_nullable;
117 else
118 dsc_flags &= ~(DSC_nullable | DSC_null);
119 }
120
121 bool isNull() const
122 {

Callers 15

getDescMethod · 0.80
makeMethod · 0.80
setParameterTypeMethod · 0.80
makeMethod · 0.80
setParamsGetSetContextFunction · 0.80
setParamsResetContextFunction · 0.80
makeDbkeyResultFunction · 0.80
makeDoubleResultFunction · 0.80
makeDblDecResultFunction · 0.80
makeDecFloatResultFunction · 0.80
makePiFunction · 0.80
makeInt64ResultFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected