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

Method GetResult

storage/connect/tabwmi.cpp:852–855  ·  view source on GitHub ↗

/ GetResult: Get the list of the WMI class properties. */ /

Source from the content-addressed store, hash-verified

850/* GetResult: Get the list of the WMI class properties. */
851/***********************************************************************/
852PQRYRES TDBWCL::GetResult(PGLOBAL g)
853 {
854 return WMIColumns(g, Nsp, Cls, false);
855 } // end of GetResult
856
857

Callers 5

aws_decryptFunction · 0.45
ApplyFilterFunction · 0.45
mainMethod · 0.45
MakePivotColumnsMethod · 0.45

Calls 1

WMIColumnsFunction · 0.85

Tested by

no test coverage detected