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

Method MakeColumnGroups

storage/connect/cmgoconn.cpp:625–633  ·  view source on GitHub ↗

/ Group columns for inserting or updating. */ /

Source from the content-addressed store, hash-verified

623/* Group columns for inserting or updating. */
624/***********************************************************************/
625void CMgoConn::MakeColumnGroups(PGLOBAL g)
626{
627 Fpc = new(g) INCOL();
628
629 for (PCOL colp = Pcg->Tdbp->GetColumns(); colp; colp = colp->GetNext())
630 if (!colp->IsSpecial())
631 Fpc->AddCol(g, colp, colp->GetJpath(g, false));
632
633} // end of MakeColumnGroups
634
635/***********************************************************************/
636/* DocWrite. */

Callers 3

OpenDBMethod · 0.45
OpenTableFileMethod · 0.45
OpenDBMethod · 0.45

Calls 5

IsSpecialMethod · 0.80
GetColumnsMethod · 0.45
GetNextMethod · 0.45
AddColMethod · 0.45
GetJpathMethod · 0.45

Tested by

no test coverage detected