Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ makeBoolean
Method
makeBoolean
src/common/dsc.h:393–399 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
391
}
392
393
void makeBoolean(UCHAR* address = NULL)
394
{
395
clear();
396
dsc_dtype = dtype_boolean;
397
dsc_length = sizeof(UCHAR);
398
dsc_address = address;
399
}
400
401
void makeNullString()
402
{
Callers
13
make
Method · 0.80
getDesc
Method · 0.80
execute
Method · 0.80
MAKE_constant
Function · 0.80
DatabaseBindings
Method · 0.80
makeBooleanResult
Function · 0.80
makeBoolResult
Function · 0.80
boolResult
Function · 0.80
evlRoleInUse
Function · 0.80
evlSystemPrivilege
Function · 0.80
PAR_datatype
Function · 0.80
putField
Method · 0.80
Calls
1
clear
Class · 0.50
Tested by
no test coverage detected