Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ putInt32
Method
putInt32
src/jrd/replication/Replicator.h:87–91 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
85
}
86
87
void putInt32(SLONG value)
88
{
89
const auto ptr = (const UCHAR*) &value;
90
buffer->add(ptr, sizeof(SLONG));
91
}
92
93
void putInt64(SINT64 value)
94
{
Callers
5
storeBlob
Method · 0.80
insertRecord
Method · 0.80
updateRecord
Method · 0.80
deleteRecord
Method · 0.80
executeSqlIntl
Method · 0.80
Calls
1
add
Method · 0.45
Tested by
no test coverage detected