Searched defs:TableReferenceProperty (Results 1 – 1 of 1) sorted by relevance
253 struct TableReferenceProperty { struct254 std::string sourceTableName;255 std::string targetTableName;256 …d::map<std::string, std::string> columns; // key is sourceTable column, value is targetTable column