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

Function gen_cursor_close

src/gpre/languages/ftn.cpp:1250–1258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1248//
1249
1250static void gen_cursor_close(const gpre_req* request)
1251{
1252 printa(COLUMN, "IF (isc_%ds .NE. 0) THEN", request->req_ident);
1253 printa(COLUMN, "CALL %s (%s, isc_%ds, %s1%s)",
1254 ISC_DSQL_FREE,
1255 status_vector(),
1256 request->req_ident, DSQL_I2CONST_1, DSQL_I2CONST_2);
1257 printa(COLUMN, "IF (isc_status(2) .EQ. 0) THEN");
1258}
1259
1260
1261//____________________________________________________________

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