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

Function status_vector

src/gpre/languages/rmc.cpp:4397–4404  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4395//
4396
4397static const TEXT* status_vector( const act* action)
4398{
4399
4400 if (action && (action->act_error || (action->act_flags & ACT_sql)))
4401 return names[isc_status_vector_pos];
4402
4403 return OMITTED;
4404}
4405
4406
4407//____________________________________________________________

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_dyn_closeFunction · 0.70
gen_dyn_declareFunction · 0.70
gen_dyn_describeFunction · 0.70
gen_dyn_executeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected