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

Function gen_dyn_close

src/gpre/languages/ftn.cpp:1617–1625  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1615//
1616
1617static void gen_dyn_close(const act* action)
1618{
1619 TEXT s[MAX_CURSOR_SIZE];
1620
1621 const dyn* statement = (const dyn*) action->act_object;
1622 printa(COLUMN, "CALL %s (isc_status, %s)",
1623 ISC_EMBED_DSQL_CLOSE, make_name(s, statement->dyn_cursor_name));
1624 status_and_stop(action);
1625}
1626
1627
1628//____________________________________________________________

Callers 1

FTN_actionFunction · 0.70

Calls 3

status_and_stopFunction · 0.85
printaFunction · 0.70
make_nameFunction · 0.70

Tested by

no test coverage detected