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

Method fetch

src/dsql/DsqlRequests.cpp:74–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74bool DsqlRequest::fetch(thread_db* /*tdbb*/, UCHAR* /*msgBuffer*/)
75{
76 status_exception::raise(
77 Arg::Gds(isc_sqlerr) << Arg::Num(-804) <<
78 Arg::Gds(isc_dsql_sqlda_err) <<
79 Arg::Gds(isc_req_sync));
80
81 return false; // avoid warning
82}
83
84unsigned int DsqlRequest::getTimeout()
85{

Callers 6

executeMethod · 0.45
closeMethod · 0.45
fetchNextMethod · 0.45
cacheInputMethod · 0.45
executeMethod · 0.45
executeMethod · 0.45

Calls 14

raiseFunction · 0.85
GdsClass · 0.85
NumClass · 0.85
SET_TDBBFunction · 0.85
ERRD_postFunction · 0.85
JRD_receiveFunction · 0.85
isCursorBasedMethod · 0.80
getReceiveMsgMethod · 0.80
checkCancelStateMethod · 0.80
getEofMethod · 0.80
setRequestMethod · 0.80
expiredMethod · 0.45

Tested by

no test coverage detected