Reimplemented from Impala::Persistency::Locator. Definition at line 57 of file QuidTableLocator.h. References Impala::Persistency::Locator::GetDataSet(), GetDir(), Impala::Persistency::Locator::GetHost(), GetName(), and Impala::Persistency::Locator::GetProtocol(). Referenced by Impala::Persistency::operator<<(). 00058 { 00059 return "QuidTableLocator(" + GetProtocol() + "," + GetHost() 00060 + "," + GetDataSet() + "," + GetDir() + "," + GetName() + ")"; 00061 }
Here is the call graph for this function:
|