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

Method getMetadata

src/remote/client/interface.cpp:3201–3207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3199
3200
3201IMessageMetadata* Batch::getMetadata(CheckStatusWrapper* status)
3202{
3203 reset(status);
3204
3205 format->addRef();
3206 return format;
3207}
3208
3209
3210void Batch::registerBlob(CheckStatusWrapper* status, const ISC_QUAD* existingBlob, ISC_QUAD* blobId)

Callers 1

initReplicaMethod · 0.45

Calls 5

GdsClass · 0.85
resetFunction · 0.70
addRefMethod · 0.45
setErrorsMethod · 0.45
valueMethod · 0.45

Tested by

no test coverage detected