Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ setErrors
Method
setErrors
src/include/firebird/Interface.h:280–284 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
278
}
279
280
virtual void setErrors(const intptr_t* value)
281
{
282
dirty = true;
283
status->setErrors(value);
284
}
285
286
virtual void setWarnings(const intptr_t* value)
287
{
Callers
5
FbException
Method · 0.45
catchException
Method · 0.45
setVersionError
Method · 0.45
getIscDbHandle
Method · 0.45
getIscTrHandle
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected