Home
last modified time | relevance | path

Searched refs:setWhereExpression (Results 1 – 5 of 5) sorted by relevance

/dports/databases/kexi/kexi-3.2.0/src/plugins/scripting/kexidb/
H A Dkexidbschema.h124 bool setWhereExpression(const QString& whereexpression);
H A Dkexidbschema.cpp131 bool KexiDBQuerySchema::setWhereExpression(const QString& whereexpression) in setWhereExpression() function in KexiDBQuerySchema
/dports/databases/kdb/kdb-3.2.0/src/
H A DKDbQuerySchema.h652 bool setWhereExpression(const KDbExpression &expr, QString *errorMessage = nullptr,
H A DKDbQuerySchema.cpp1275 bool KDbQuerySchema::setWhereExpression(const KDbExpression &expr, QString *errorMessage, in setWhereExpression() function in KDbQuerySchema
1331 const bool result = setWhereExpression(newExpr, errorMessage, errorDescription); in addToWhereExpression()
/dports/databases/kexi/kexi-3.2.0/src/plugins/queries/
H A Dkexiquerydesignerguieditor.cpp564 if (!temp->query()->setWhereExpression(whereExpr, &errorMessage, &errorDescription)) { in buildSchema()