Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getDesc
Method · 0.80
make
Method · 0.80
setParameterType
Method · 0.80
make
Method · 0.80
setParamsGetSetContext
Function · 0.80
setParamsResetContext
Function · 0.80
makeDbkeyResult
Function · 0.80
makeDoubleResult
Function · 0.80
makeDblDecResult
Function · 0.80
makeDecFloatResult
Function · 0.80
makePi
Function · 0.80
makeInt64Result
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected