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

Method GetResult

storage/connect/tabodbc.cpp:1352–1355  ·  view source on GitHub ↗

/ GetResult: Get the list of ODBC drivers. */ /

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 4

ODBCDriversFunction · 0.85
ODBCDataSourcesFunction · 0.85
ODBCTablesFunction · 0.85
ODBCColumnsFunction · 0.85

Tested by

no test coverage detected