Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
261
IMessageMetadata* DsqlBatch::getMetadata(thread_db* tdbb)
262
{
263
m_meta->addRef();
264
return m_meta;
265
}
266
267
void DsqlBatch::add(thread_db* tdbb, ULONG count, const void* inBuffer)
268
{
Callers
nothing calls this directly
Calls
1
addRef
Method · 0.45
Tested by
no test coverage detected