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

Function gen_s_end

src/gpre/obj_cxx.cpp:3010–3031  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3008//
3009
3010static void gen_s_end( const act* action, int column)
3011{
3012 ObjectNotImplemented();
3013 if (action->act_error)
3014 begin(column);
3015
3016 const gpre_req* request = action->act_request;
3017
3018 if (action->act_type == ACT_close)
3019 column = gen_cursor_close(action, request, column);
3020
3021 printa(column, "isc_unwind_request (%s, &%s, %s);", status_vector(action),
3022 request->req_handle, request->req_request_level);
3023
3024 if (action->act_type == ACT_close)
3025 {
3026 endp(column);
3027 column -= INDENT;
3028 }
3029
3030 set_sqlcode(action, column);
3031}
3032
3033
3034//____________________________________________________________

Callers 1

OBJ_CXX_actionFunction · 0.70

Calls 7

ObjectNotImplementedFunction · 0.85
beginFunction · 0.70
gen_cursor_closeFunction · 0.70
printaFunction · 0.70
status_vectorFunction · 0.70
endpFunction · 0.70
set_sqlcodeFunction · 0.70

Tested by

no test coverage detected