Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ setNull
Method
setNull
src/remote/protocol.cpp:1647–1650 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1645
}
1646
1647
void setNull(USHORT id)
1648
{
1649
data[id >> 3] |= (1 << (id & 7));
1650
}
1651
1652
bool isNull(USHORT id) const
1653
{
Callers
1
xdr_packed_message
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected