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

Function set_sqlcode

src/gpre/languages/cob.cpp:4147–4156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4145// Note that not all COBOLs have the concept of a function.
4146
4147static void set_sqlcode( const act* action)
4148{
4149 TEXT buffer[128];
4150
4151 if (action && action->act_flags & ACT_sql)
4152 {
4153 strcpy(buffer, SQLCODE_CALL_TEMPLATE);
4154 printa(names[COLUMN], true, buffer, ISC_SQLCODE_CALL, names[isc_status_vector_pos]);
4155 }
4156}
4157
4158
4159//____________________________________________________________

Callers 15

gen_blob_closeFunction · 0.70
gen_blob_openFunction · 0.70
gen_compileFunction · 0.70
gen_create_databaseFunction · 0.70
gen_ddlFunction · 0.70
gen_dyn_closeFunction · 0.70
gen_dyn_declareFunction · 0.70
gen_dyn_describeFunction · 0.70
gen_dyn_executeFunction · 0.70
gen_dyn_fetchFunction · 0.70
gen_dyn_immediateFunction · 0.70
gen_dyn_insertFunction · 0.70

Calls 1

printaFunction · 0.70

Tested by

no test coverage detected