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

Method GetResult

storage/connect/tabmysql.cpp:1752–1755  ·  view source on GitHub ↗

/ GetResult: Get the list the MYSQL table columns. */ /

Source from the content-addressed store, hash-verified

1750/* GetResult: Get the list the MYSQL table columns. */
1751/***********************************************************************/
1752PQRYRES TDBMCL::GetResult(PGLOBAL g)
1753 {
1754 return MyColumns(g, NULL, Host, Db, User, Pwd, Tab, NULL, Port, false);
1755 } // end of GetResult

Callers

nothing calls this directly

Calls 1

MyColumnsFunction · 0.85

Tested by

no test coverage detected