MCPcopy Create free account
hub / github.com/blizzard4591/openMittsu / getQueryObject

Method getQueryObject

src/database/SimpleDatabase.cpp:1820–1822  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1818 }
1819
1820 QSqlQuery SimpleDatabase::getQueryObject() const {
1821 return QSqlQuery(database);
1822 }
1823
1824 bool SimpleDatabase::transactionStart() {
1825 return database.transaction();

Callers 15

seekMethod · 0.80
seekByUuidMethod · 0.80
getFollowingMessageIdMethod · 0.80
getLastMessagesMethod · 0.80
deleteMessageMethod · 0.80
existsMethod · 0.80
insertGroupMessageMethod · 0.80
resetQueueStatusMethod · 0.80
getReadonlyMessageMethod · 0.80
deletionHelperMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected