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

Method cancel

src/remote/client/interface.cpp:1409–1414  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1407
1408
1409void Blob::cancel(CheckStatusWrapper* status)
1410{
1411 internalCancel(status);
1412 if (status->isEmpty())
1413 release();
1414}
1415
1416
1417void Blob::deprecatedCancel(CheckStatusWrapper* status)

Callers 6

eventCallbackFunctionMethod · 0.45
cancel_eventsFunction · 0.45
cancel_operationFunction · 0.45
end_blobMethod · 0.45
batch_cancelMethod · 0.45
open_blobMethod · 0.45

Calls 10

GdsClass · 0.85
CHECK_HANDLEFunction · 0.85
send_and_receiveFunction · 0.85
resetFunction · 0.70
releaseFunction · 0.50
cleanupFunction · 0.50
isEmptyMethod · 0.45
raiseMethod · 0.45
getStatementMethod · 0.45
stuffExceptionMethod · 0.45

Tested by

no test coverage detected