MCPcopy Create free account
hub / github.com/QuiteRSS/quiterss / fetchFirst

Method fetchFirst

3rdparty/sqlitex/sqlcachedresult.cpp:178–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176}
177
178bool SqlCachedResult::fetchFirst()
179{
180 if (d->forwardOnly && at() != QSql::BeforeFirstRow) {
181 return false;
182 }
183 if (d->canSeek(0)) {
184 setAt(0);
185 return true;
186 }
187 return cacheNext();
188}
189
190bool SqlCachedResult::fetchLast()
191{

Callers

nothing calls this directly

Calls 1

canSeekMethod · 0.80

Tested by

no test coverage detected