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