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

Method checkBatch

src/remote/server/server.cpp:2271–2275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2269
2270
2271void Rsr::checkBatch()
2272{
2273 if (!rsr_batch)
2274 Arg::Gds(isc_bad_batch_handle).raise();
2275}
2276
2277
2278static ISC_STATUS allocate_statement( rem_port* port, /*P_RLSE* allocate,*/ PACKET* send)

Callers 8

batch_msgMethod · 0.80
batch_blob_streamMethod · 0.80
batch_bpbMethod · 0.80
batch_regblobMethod · 0.80
batch_execMethod · 0.80
batch_rlsMethod · 0.80
batch_cancelMethod · 0.80
infoMethod · 0.80

Calls 2

GdsClass · 0.85
raiseMethod · 0.45

Tested by

no test coverage detected