Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ getSubType
Method
getSubType
src/common/dsc.h:235–241 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
233
}
234
235
SSHORT getSubType() const
236
{
237
if (isBlob() || isExact())
238
return dsc_sub_type;
239
240
return 0;
241
}
242
243
void setBlobSubType(SSHORT subType)
244
{
Callers
1
assign
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected