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

Function status_vector

src/gpre/c_cxx.cpp:3932–3939  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3930//
3931
3932static const TEXT* status_vector( const act* action)
3933{
3934
3935 if (action && (action->act_error || (action->act_flags & ACT_sql)))
3936 return global_status_name;
3937
3938 return NULL_STATUS;
3939}
3940
3941
3942//____________________________________________________________

Callers 15

gen_blob_closeFunction · 0.70
gen_blob_endFunction · 0.70
gen_blob_openFunction · 0.70
gen_compileFunction · 0.70
gen_create_databaseFunction · 0.70
gen_cursor_closeFunction · 0.70
gen_cursor_openFunction · 0.70
gen_ddlFunction · 0.70
gen_drop_databaseFunction · 0.70
gen_dyn_executeFunction · 0.70
gen_dyn_immediateFunction · 0.70
gen_dyn_openFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected