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

Function gen_dyn_close

src/gpre/languages/cob.cpp:1835–1844  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1833//
1834
1835static void gen_dyn_close( const act* action)
1836{
1837 TEXT s[MAX_CURSOR_SIZE];
1838
1839 const dyn* statement = (dyn*) action->act_object;
1840 make_name_formatted(s, "ISC-CONST-%s", statement->dyn_cursor_name);
1841 printa(names[COLUMN], true, "CALL \"%s\" USING %s, %s%s",
1842 ISC_CLOSE, status_vector(action), BY_REF, s);
1843 set_sqlcode(action);
1844}
1845
1846
1847//____________________________________________________________

Callers 1

COB_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