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