Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2271
void Rsr::checkBatch()
2272
{
2273
if (!rsr_batch)
2274
Arg::Gds(isc_bad_batch_handle).raise();
2275
}
2276
2277
2278
static ISC_STATUS allocate_statement( rem_port* port, /*P_RLSE* allocate,*/ PACKET* send)
Callers
8
batch_msg
Method · 0.80
batch_blob_stream
Method · 0.80
batch_bpb
Method · 0.80
batch_regblob
Method · 0.80
batch_exec
Method · 0.80
batch_rls
Method · 0.80
batch_cancel
Method · 0.80
info
Method · 0.80
Calls
2
Gds
Class · 0.85
raise
Method · 0.45
Tested by
no test coverage detected