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

Function ObjectNotImplemented

src/gpre/obj_cxx.cpp:168–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166}
167
168static inline void ObjectNotImplemented()
169{
170 CPR_error("Feature is not implemented for object API");
171 throw Firebird::LongJump();
172}
173
174//____________________________________________________________
175//

Callers 15

gen_cursor_closeFunction · 0.85
gen_cursor_openFunction · 0.85
gen_drop_databaseFunction · 0.85
gen_dyn_closeFunction · 0.85
gen_dyn_declareFunction · 0.85
gen_dyn_describeFunction · 0.85
gen_dyn_executeFunction · 0.85
gen_dyn_fetchFunction · 0.85
gen_dyn_immediateFunction · 0.85
gen_dyn_insertFunction · 0.85
gen_dyn_openFunction · 0.85
gen_dyn_prepareFunction · 0.85

Calls 2

CPR_errorFunction · 0.85
LongJumpClass · 0.85

Tested by

no test coverage detected