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

Method GetTable

storage/connect/tabutil.cpp:349–356  ·  view source on GitHub ↗

/ GetTable: makes a new TDB of the proper type. */ /

Source from the content-addressed store, hash-verified

347/* GetTable: makes a new TDB of the proper type. */
348/***********************************************************************/
349PTDB PRXDEF::GetTable(PGLOBAL g, MODE)
350 {
351 if (Catfunc == FNC_COL)
352 return new(g) TDBTBC(this);
353 else
354 return new(g) TDBPRX(this);
355
356 } // end of GetTable
357
358/* ------------------------------------------------------------------- */
359

Callers 1

GetSubTableMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected