MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / putBinary

Method putBinary

src/jrd/replication/Replicator.h:133–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131 }
132
133 void putBinary(ULONG length, const UCHAR* data)
134 {
135 buffer->add(data, length);
136 }
137
138 void putGenerators(const GeneratorCache& generators)
139 {

Callers 4

storeBlobMethod · 0.80
insertRecordMethod · 0.80
updateRecordMethod · 0.80
deleteRecordMethod · 0.80

Calls 1

addMethod · 0.45

Tested by

no test coverage detected