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

Function ERRD_post

src/dsql/errd.cpp:168–173  ·  view source on GitHub ↗

ERRD_post @brief Post an error, copying any potentially transient data before we punt. @param statusVector @param **/

Source from the content-addressed store, hash-verified

166
167 **/
168void ERRD_post(const Arg::StatusVector& v)
169{
170 fb_assert(v.value()[0] == isc_arg_gds);
171
172 internal_post(v);
173}
174
175
176/**

Callers 15

DSQL_executeFunction · 0.85
DSQL_free_statementFunction · 0.85
DSQL_prepareFunction · 0.85
DSQL_execute_immediateFunction · 0.85
prepareStatementFunction · 0.85
toUtf8Method · 0.85
parseMetadataMethod · 0.85
fetchMethod · 0.85
setCursorMethod · 0.85
openCursorMethod · 0.85
doExecuteMethod · 0.85
executeMethod · 0.85

Calls 2

internal_postFunction · 0.85
valueMethod · 0.45

Tested by

no test coverage detected