Home || Visual Search || Applications || Architecture || Important Messages || OGL || Src

void Impala::Core::Table::AnnotationTable::SelectQuidObjectMaxId ( int  maxId  )  [inline]

Definition at line 267 of file AnnotationTable.h.

References Impala::Core::Table::Select().

00268     {
00269         if (maxId == -1)
00270             return;
00271 
00272         CriterionQuidObjectMaxId<AnnotationTable> crit(maxId);
00273         Select(this, this, crit, true);
00274     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:20:44 2011 for ImpalaSrc by  doxygen 1.5.1