MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / insertTag

Method insertTag

src/yvalve/utl.cpp:1049–1059  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1047 }
1048
1049 void insertTag(CheckStatusWrapper* status, unsigned char tag)
1050 {
1051 try
1052 {
1053 pb->insertTag(tag);
1054 }
1055 catch (const Exception& ex)
1056 {
1057 ex.stuffException(status);
1058 }
1059 }
1060
1061 FB_BOOLEAN isEof(CheckStatusWrapper* status)
1062 {

Callers 15

TDR_attach_databaseFunction · 0.45
buildDpbFunction · 0.45
INET_analyzeFunction · 0.45
XNET_analyzeFunction · 0.45
svc_api_gbakFunction · 0.45
gbakFunction · 0.45
initItemMethod · 0.45
forceCleanMethod · 0.45
infoMethod · 0.45
setAttachInfoMethod · 0.45
startSessionMethod · 0.45
stopSessionMethod · 0.45

Calls 1

stuffExceptionMethod · 0.45

Tested by

no test coverage detected