MCPcopy 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

insertRecordMethod · 0.45
storeBlobMethod · 0.45
lookupRecordMethod · 0.45
doInsertMethod · 0.45
doUpdateMethod · 0.45
getHashDataMethod · 0.45
getConnectionMethod · 0.45
internalGetRecordMethod · 0.45
internalOpenMethod · 0.45
internalGetRecordMethod · 0.45
internalGetRecordMethod · 0.45
internalGetRecordMethod · 0.45

Calls 1

beginMethod · 0.45

Tested by

no test coverage detected