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

Method getMetadata

src/dsql/DsqlBatch.cpp:261–265  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

259}
260
261IMessageMetadata* DsqlBatch::getMetadata(thread_db* tdbb)
262{
263 m_meta->addRef();
264 return m_meta;
265}
266
267void DsqlBatch::add(thread_db* tdbb, ULONG count, const void* inBuffer)
268{

Callers

nothing calls this directly

Calls 1

addRefMethod · 0.45

Tested by

no test coverage detected