This is utility function which helps to build condition object to be used with queries and query builders representing greater or equals comparison condition value >= column
.
DbCondition gevc(const DbValue &operand1, const String &operand2);
Namespace: | nitisa::db |
Include: | Nitisa/Db/DbCondition.h |