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