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

Function IsTypeNum

storage/connect/value.h:200–200  ·  view source on GitHub ↗

Implementation

Source from the content-addressed store, hash-verified

198
199 // Implementation
200 bool IsTypeNum(void) override {return true;}
201 bool IsZero(void) override {return Tval == 0;}
202 void Reset(void) override {Tval = 0;}
203 int GetValLen(void) override;

Callers 11

AllocateBufferMethod · 0.70
DOSCOLMethod · 0.70
SetBufferMethod · 0.70
odbconn.cppFile · 0.70
SetValueMethod · 0.70
OpenDBMethod · 0.70
add_fieldFunction · 0.70
AllocateBufferMethod · 0.70
SetValueMethod · 0.70
GetCalcValueMethod · 0.70
GetCalcValueMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected