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