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

Method GetFirst

storage/connect/json.h:122–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120 virtual int GetSize(bool b) { X return 0; }
121 virtual PJSON GetJsp(void) { X return NULL; }
122 virtual PJPR GetFirst(void) { X return NULL; }
123 virtual PSZ GetText(PGLOBAL g, PSTRG text) { X return NULL; }
124 virtual bool Merge(PGLOBAL g, PJSON jsp) { X return true; }
125 virtual void SetValue(PJSON jsp) { X }

Callers 6

SerializeObjectMethod · 0.45
GetColumnsMethod · 0.45
FindMethod · 0.45
MakeJsonMethod · 0.45
MakeJsonMethod · 0.45
CompareTreeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected