Searched defs:RemoteCondition (Results 1 – 1 of 1) sorted by relevance
170 struct RemoteCondition { struct171 std::string sql; // The sql statement;172 std::vector<std::string> bindArgs; // The bind args.