Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ getValue
Method
getValue
src/jrd/extds/ExtDS.h:81–86 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
79
}
80
81
const UCHAR* getValue() const
82
{
83
fb_assert(isValid());
84
85
return m_value.begin();
86
}
87
88
int getLength() const
89
{
Callers
13
insertRecord
Method · 0.45
storeBlob
Method · 0.45
lookupRecord
Method · 0.45
doInsert
Method · 0.45
doUpdate
Method · 0.45
getHashData
Method · 0.45
getConnection
Method · 0.45
internalGetRecord
Method · 0.45
internalOpen
Method · 0.45
internalGetRecord
Method · 0.45
internalGetRecord
Method · 0.45
internalGetRecord
Method · 0.45
Calls
1
begin
Method · 0.45
Tested by
no test coverage detected