Reimplemented from Impala::Persistency::Locator. Definition at line 71 of file AnnotationTableSetLocator.h. References GetConceptSet(), Impala::Persistency::Locator::GetDataSet(), Impala::Persistency::Locator::GetHost(), Impala::Persistency::Locator::GetProtocol(), and GetQuidClassString(). Referenced by Impala::Persistency::operator<<(). 00072 { 00073 return "AnnotationTableSetLocator(" + GetProtocol() + "," + GetHost() 00074 + "," + GetDataSet() + "," + GetQuidClassString() + "," 00075 + GetConceptSet() + ")"; 00076 }
Here is the call graph for this function:
|