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

Method setCursor

src/dsql/DsqlRequests.cpp:58–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58void DsqlRequest::setCursor(thread_db* /*tdbb*/, const TEXT* /*name*/)
59{
60 status_exception::raise(
61 Arg::Gds(isc_sqlerr) << Arg::Num(-804) <<
62 Arg::Gds(isc_dsql_sqlda_err) <<
63 Arg::Gds(isc_req_sync));
64}
65
66void DsqlRequest::setDelayedFormat(thread_db* /*tdbb*/, IMessageMetadata* /*metadata*/)
67{

Callers 1

setCursorNameMethod · 0.80

Calls 15

raiseFunction · 0.85
GdsClass · 0.85
NumClass · 0.85
SET_TDBBFunction · 0.85
ERRD_postFunction · 0.85
upperMethod · 0.80
name_lengthFunction · 0.50
hasDataMethod · 0.45
beginMethod · 0.45
endMethod · 0.45
eraseMethod · 0.45
findMethod · 0.45

Tested by

no test coverage detected