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

Function gen_dyn_declare

src/gpre/languages/ftn.cpp:1633–1643  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1631//
1632
1633static void gen_dyn_declare(const act* action)
1634{
1635 TEXT s1[MAX_CURSOR_SIZE], s2[MAX_CURSOR_SIZE];
1636
1637 const dyn* statement = (const dyn*) action->act_object;
1638 printa(COLUMN, "CALL %s (isc_status, %s, %s)",
1639 ISC_EMBED_DSQL_DECLARE,
1640 make_name(s1, statement->dyn_statement_name),
1641 make_name(s2, statement->dyn_cursor_name));
1642 status_and_stop(action);
1643}
1644
1645
1646//____________________________________________________________

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