Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ parseMetadata
Method
parseMetadata
src/remote/client/interface.cpp:727–731 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
725
}
726
727
void parseMetadata(const Array<UCHAR>& buffer)
728
{
729
metadata.clear();
730
metadata.parse((ULONG) buffer.getCount(), buffer.begin());
731
}
732
733
unsigned getDialect() const
734
{
Callers
1
prepare
Method · 0.45
Calls
4
clear
Method · 0.45
parse
Method · 0.45
getCount
Method · 0.45
begin
Method · 0.45
Tested by
no test coverage detected