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

Method batch_bpb

src/remote/server/server.cpp:3702–3716  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3700}
3701
3702void rem_port::batch_bpb(P_BATCH_SETBPB* batch, PACKET* sendL)
3703{
3704 LocalStatus ls;
3705 CheckStatusWrapper status_vector(&ls);
3706
3707 Rsr* statement;
3708 getHandle(statement, batch->p_batch_statement);
3709 statement->checkIface();
3710 statement->checkBatch();
3711
3712 statement->rsr_batch->setDefaultBpb(&status_vector,
3713 batch->p_batch_blob_bpb.cstr_length, batch->p_batch_blob_bpb.cstr_address);
3714
3715 this->send_response(sendL, 0, 0, &status_vector, true);
3716}
3717
3718
3719void rem_port::batch_regblob(P_BATCH_REGBLOB* batch, PACKET* sendL)

Callers 1

process_packetFunction · 0.80

Calls 4

send_responseMethod · 0.95
checkIfaceMethod · 0.80
checkBatchMethod · 0.80
setDefaultBpbMethod · 0.45

Tested by

no test coverage detected