Searched refs:OTableInfo (Results 1 – 2 of 2) sorted by relevance
82 class OTableInfo class90 OTableInfo() { } in OTableInfo() function in dbaui::OTableInfo91 OTableInfo( const String& rName ) : aTableName(rName) { } in OTableInfo() function in dbaui::OTableInfo97 typedef ::std::list< OTableInfo > TableInfoList;
397 m_aTableInfoList.push_back( OTableInfo(aURL.getName()) ); in Init()398 OTableInfo& rTabInfo = m_aTableInfoList.back(); in Init()467 const OTableInfo& rTabInfo = m_aTableInfoList.front(); in SetCtrls()500 void OTableInfo::WriteInfFile( const String& rDSN ) const in WriteInfFile()
Completed in 13 milliseconds