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

Method getWhereString

src/database/internal/DatabaseControlMessage.cpp:108–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106 }
107
108 QString DatabaseControlMessage::getWhereString() const {
109 return QStringLiteral("`identity` = :identity");
110 }
111
112 void DatabaseControlMessage::bindWhereStringValues(QSqlQuery& query) const {
113 query.bindValue(QStringLiteral(":identity"), QVariant(m_contact.toQString()));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected