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

Method handle

3rdparty/sqlitex/sqlitedriver.cpp:500–503  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

498#endif
499
500QVariant SQLiteResult::handle() const
501{
502 return QVariant::fromValue(d->stmt);
503}
504
505void SQLiteResult::setLastError(const QSqlError& e)
506{

Callers 1

sqliteDBMemFileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected