Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ getRecSourceId
Method
getRecSourceId
src/jrd/recsrc/RecordSource.h:69–72 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
67
}
68
69
ULONG getRecSourceId() const
70
{
71
return m_recSourceId;
72
}
73
74
virtual void print(thread_db* tdbb, Firebird::string& plan,
75
bool detailed, unsigned level, bool recurse) const = 0;
Callers
5
prepareRecSource
Method · 0.80
beforeRecordSourceOpen
Method · 0.80
afterRecordSourceOpen
Method · 0.80
beforeRecordSourceGetRecord
Method · 0.80
afterRecordSourceGetRecord
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected