[inline]
Definition at line 66 of file VideoSetsRepository.h.
References mIdMap.
Referenced by CopyToMonetDB(), and Impala::Samples::MonetTest::DoInsertVideoSets().
00067 { 00068 String res = "unknown"; 00069 mIdMap.Get(id, res); 00070 return res; 00071 }