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

Function gen_dyn_describe

src/gpre/languages/ada.cpp:1341–1352  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1339//
1340
1341static void gen_dyn_describe(const act* action,
1342 int column,
1343 bool input_flag)
1344{
1345 TEXT s[MAX_CURSOR_SIZE];
1346
1347 const dyn* statement = (dyn*) action->act_object;
1348 printa(column, "firebird.embed_dsql_describe%s (%s %s, %d, %s'address);",
1349 input_flag ? "_bind" : "", status_vector(action),
1350 make_name(s, statement->dyn_statement_name), gpreGlob.sw_sql_dialect, statement->dyn_sqlda);
1351 set_sqlcode(action, column);
1352}
1353
1354
1355//____________________________________________________________

Callers 1

ADA_actionFunction · 0.70

Calls 4

printaFunction · 0.70
status_vectorFunction · 0.70
make_nameFunction · 0.70
set_sqlcodeFunction · 0.70

Tested by

no test coverage detected