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

Function gen_dyn_close

src/gpre/languages/rmc.cpp:1962–1971  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1960//
1961
1962static void gen_dyn_close( const act* action)
1963{
1964 TEXT s[MAX_CURSOR_SIZE];
1965
1966 const dyn* statement = (dyn*) action->act_object;
1967 make_name_formatted(s, "ISC-CONST-%s", statement->dyn_cursor_name);
1968 printa(names[COLUMN], true, "CALL \"%s\" USING %s, %s",
1969 ISC_CLOSE, status_vector(action), s);
1970 set_sqlcode(action);
1971}
1972
1973
1974//____________________________________________________________

Callers 1

RMC_actionFunction · 0.70

Calls 4

make_name_formattedFunction · 0.70
printaFunction · 0.70
status_vectorFunction · 0.70
set_sqlcodeFunction · 0.70

Tested by

no test coverage detected