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

Method batch_cancel

src/remote/server/server.cpp:3805–3818  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3803
3804
3805void rem_port::batch_cancel(P_BATCH_FREE_CANCEL* batch, PACKET* sendL)
3806{
3807 LocalStatus ls;
3808 CheckStatusWrapper status_vector(&ls);
3809
3810 Rsr* statement;
3811 getHandle(statement, batch->p_batch_statement);
3812 statement->checkIface();
3813 statement->checkBatch();
3814
3815 statement->rsr_batch->cancel(&status_vector);
3816
3817 this->send_response(sendL, 0, 0, &status_vector, false);
3818}
3819
3820
3821void rem_port::batch_sync(PACKET* sendL)

Callers 1

process_packetFunction · 0.80

Calls 4

send_responseMethod · 0.95
checkIfaceMethod · 0.80
checkBatchMethod · 0.80
cancelMethod · 0.45

Tested by

no test coverage detected