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