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

Method gatherData

src/yvalve/why.cpp:222–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220 UCHAR* getBuffer(); // Provide empty data buffer with the same live time
221
222 void gatherData(SQLDAMetadata::DataBuffer& to)
223 {
224 if (metadata)
225 metadata->gatherData(to);
226 else
227 to.clear();
228 }
229
230 void scatterData()
231 {

Callers

nothing calls this directly

Calls 2

gatherDataMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected