Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ setErrorLocation
Method
setErrorLocation
src/jrd/btr.h:323–328 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
321
{}
322
323
void setErrorLocation(jrd_rel* relation, USHORT indexId)
324
{
325
isLocationDefined = true;
326
m_location.relation = relation;
327
m_location.indexId = indexId;
328
}
329
330
void raise(thread_db*, idx_e, Record* = nullptr);
331
Callers
1
check_foreign_key
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected