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

Method GetResult

storage/connect/tabjdbc.cpp:1284–1287  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1282/* GetResult: Get the list of JDBC drivers. */
1283/***********************************************************************/
1284PQRYRES TDBJDRV::GetResult(PGLOBAL g)
1285{
1286 return JDBCDrivers(g, Maxres, false);
1287} // end of GetResult
1288
1289/* ---------------------------TDBJTB class --------------------------- */
1290

Callers

nothing calls this directly

Calls 3

JDBCDriversFunction · 0.85
JDBCTablesFunction · 0.85
JDBCColumnsFunction · 0.85

Tested by

no test coverage detected