Searched refs:MAP_ASSET_SOURCE (Results 1 – 3 of 3) sorted by relevance
118 MAP_ASSET_SOURCE + " INT, " +120 "PRIMARY KEY (" + MAP_ASSET_SOURCE + "," + MAP_ASSET_DESTINATION + ")) ";
56 const std::string MAP_ASSET_SOURCE = "map_asset_source"; variable
1385 predicatesSdMap.And()->In(MAP_ASSET_SOURCE, assetMapPredicates.GetWhereArgs()); in DealWithHighlightSdTable()1386 vector<string> columns = { MAP_ASSET_SOURCE, MAP_ASSET_DESTINATION }; in DealWithHighlightSdTable()1399 string assetId = to_string(GetInt32Val(MAP_ASSET_SOURCE, resultSetQuery)); in DealWithHighlightSdTable()