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

Method GetResult

storage/connect/tabbson.cpp:2629–2631  ·  view source on GitHub ↗

/ GetResult: Get the list the JSON file columns. */ /

Source from the content-addressed store, hash-verified

2627/* GetResult: Get the list the JSON file columns. */
2628/***********************************************************************/
2629PQRYRES TDBBCL::GetResult(PGLOBAL g) {
2630 return BSONColumns(g, Db, Dsn, Topt, false);
2631} // end of GetResult
2632
2633/* --------------------------- End of json --------------------------- */

Callers

nothing calls this directly

Calls 1

BSONColumnsFunction · 0.85

Tested by

no test coverage detected