MCPcopy Create free account
hub / github.com/PDAL/PDAL / CursorTeardown

Method CursorTeardown

plugins/pgpointcloud/io/PgReader.cpp:272–277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

270
271
272void PgReader::CursorTeardown()
273{
274 pg_execute(m_session, "CLOSE cur");
275 pg_commit(m_session);
276 log()->get(LogLevel::Debug) << "SQL cursor closed." << std::endl;
277}
278
279
280point_count_t PgReader::readPgPatch(PointViewPtr view, point_count_t numPts)

Callers

nothing calls this directly

Calls 4

pg_executeFunction · 0.85
pg_commitFunction · 0.85
logFunction · 0.50
getMethod · 0.45

Tested by

no test coverage detected