static inline void sCat(SqlSet& s, SqlVal v) { s.Cat(v); }
virtual void Field(const char *name, Ref) { set->Cat(SqlId(name)); }