/ GetResult: Get the list of ODBC drivers. */ /
| 1350 | /* GetResult: Get the list of ODBC drivers. */ |
| 1351 | /***********************************************************************/ |
| 1352 | PQRYRES TDBDRV::GetResult(PGLOBAL g) |
| 1353 | { |
| 1354 | return ODBCDrivers(g, Maxres, false); |
| 1355 | } // end of GetResult |
| 1356 | |
| 1357 | /* ---------------------------TDBSRC class --------------------------- */ |
| 1358 |
nothing calls this directly
no test coverage detected