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

Method batch_regblob

src/remote/server/server.cpp:3719–3733  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3717
3718
3719void rem_port::batch_regblob(P_BATCH_REGBLOB* batch, PACKET* sendL)
3720{
3721 LocalStatus ls;
3722 CheckStatusWrapper status_vector(&ls);
3723
3724 Rsr* statement;
3725 getHandle(statement, batch->p_batch_statement);
3726 statement->checkIface();
3727 statement->checkBatch();
3728
3729 statement->rsr_batch->registerBlob(&status_vector, &batch->p_batch_exist_id,
3730 &batch->p_batch_blob_id);
3731
3732 this->send_response(sendL, 0, 0, &status_vector, true);
3733}
3734
3735
3736void rem_port::batch_exec(P_BATCH_EXEC* batch, PACKET* sendL)

Callers 1

process_packetFunction · 0.80

Calls 4

send_responseMethod · 0.95
checkIfaceMethod · 0.80
checkBatchMethod · 0.80
registerBlobMethod · 0.45

Tested by

no test coverage detected