MCPcopy Create free account
hub / github.com/Shannon-Data/ShannonBase / setErrorCode

Function setErrorCode

storage/ndb/src/ndbapi/NdbQueryBuilder.cpp:67–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65static const int Err_FinaliseNotCalled = 4519;
66
67static void setErrorCode(NdbQueryBuilderImpl *qb, int aErrorCode) {
68 qb->setErrorCode(aErrorCode);
69}
70
71static void setErrorCode(NdbQueryBuilder *qb, int aErrorCode) {
72 qb->getImpl().setErrorCode(aErrorCode);

Callers 15

insertTupleMethod · 0.85
updateTupleMethod · 0.85
writeTupleMethod · 0.85
deleteTupleMethod · 0.85
readTupleMethod · 0.85
readTupleExclusiveMethod · 0.85
simpleReadMethod · 0.85
committedReadMethod · 0.85
dirtyUpdateMethod · 0.85
dirtyWriteMethod · 0.85
interpretedWriteTupleMethod · 0.85

Calls 2

getImplMethod · 0.80
setErrorCodeMethod · 0.45

Tested by

no test coverage detected