/ GetResult: Get the list the MYSQL table columns. */ /
| 796 | /* GetResult: Get the list the MYSQL table columns. */ |
| 797 | /***********************************************************************/ |
| 798 | PQRYRES TDBTBC::GetResult(PGLOBAL g) |
| 799 | { |
| 800 | bool b = false; |
| 801 | |
| 802 | return TabColumns(g, current_thd, Db, Tab, b); |
| 803 | } // end of GetResult |
| 804 |
nothing calls this directly
no test coverage detected