Searched defs:SqlCondition (Results 1 – 1 of 1) sorted by relevance
178 struct SqlCondition { struct179 std::string sql; // The sql statement;180 std::vector<Type> bindArgs; // The bind args.181 bool readOnly = false;