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

Function gen_cursor_close

src/gpre/languages/cob.cpp:1481–1490  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1479//
1480
1481static void gen_cursor_close( const act* action, const gpre_req* request)
1482{
1483
1484 printa(names[COLUMN], false, "IF %s%dS NOT = 0 THEN", names[isc_a_pos], request->req_ident);
1485 printa(names[COLUMN], true, "CALL \"%s\" USING %s, %s%s%dS, %s%d%s",
1486 ISC_DSQL_FREE,
1487 status_vector(action),
1488 BY_REF, names[isc_a_pos], request->req_ident, BY_VALUE, 1, END_VALUE);
1489 printa(names[COLUMN], false, "IF %s(2) = 0 THEN", names[isc_status_pos]);
1490}
1491
1492
1493//____________________________________________________________

Callers 2

gen_blob_closeFunction · 0.70
gen_s_endFunction · 0.70

Calls 2

printaFunction · 0.70
status_vectorFunction · 0.70

Tested by

no test coverage detected