Searched refs:MAP_ASSET_DESTINATION (Results 1 – 3 of 3) sorted by relevance
119 MAP_ASSET_DESTINATION + " INT, " +120 "PRIMARY KEY (" + MAP_ASSET_SOURCE + "," + MAP_ASSET_DESTINATION + ")) ";
57 const std::string MAP_ASSET_DESTINATION = "map_asset_destination"; variable
1386 vector<string> columns = { MAP_ASSET_SOURCE, MAP_ASSET_DESTINATION }; in DealWithHighlightSdTable()1400 int32_t mapAssetDestination = GetInt32Val(MAP_ASSET_DESTINATION, resultSetQuery); in DealWithHighlightSdTable()