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

Function set_sqlcode

src/gpre/obj_cxx.cpp:162–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160}
161
162static inline void set_sqlcode(const act* action, const int column)
163{
164 if (action->act_flags & ACT_sql)
165 printa(column, "SQLCODE = isc_sqlcode(%s->getErrors());", global_status_name);
166}
167
168static inline void ObjectNotImplemented()
169{

Callers 15

gen_blob_closeFunction · 0.70
gen_create_databaseFunction · 0.70
gen_ddlFunction · 0.70
gen_drop_databaseFunction · 0.70
gen_dyn_closeFunction · 0.70
gen_dyn_declareFunction · 0.70
gen_dyn_describeFunction · 0.70
gen_dyn_executeFunction · 0.70
gen_dyn_immediateFunction · 0.70
gen_dyn_insertFunction · 0.70
gen_dyn_openFunction · 0.70
gen_dyn_prepareFunction · 0.70

Calls 1

printaFunction · 0.70

Tested by

no test coverage detected