MCPcopy Create free account
hub / github.com/MariaDB/server / SetUse

Function SetUse

storage/connect/xtable.h:65–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63 inline void SetSetCols(PCOL colp) {To_SetCols = colp;}
64 inline void SetOrig(PTDB txp) {To_Orig = txp;}
65 inline void SetUse(TUSE n) {Use = n;}
66 inline void SetCondFil(PCFIL cfp) {To_CondFil = cfp;}
67 inline void SetNext(PTDB tdbp) {Next = tdbp;}
68 inline void SetName(LPCSTR name) {Name = name;}

Callers 1

OpenDBMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected