Lines Matching refs:hasByName
114 if ( _rxTable->hasByName(_sTableName) ) in dropTable()
335 bNew = bNew || (xTables.is() && !xTables->hasByName(m_sName)); in doSaveDoc()
376 if(!checkColumns(bNew || !xTables->hasByName(m_sName))) in doSaveDoc()
383 if(bNew || !xTables->hasByName(m_sName)) // just to make sure the table already exists in doSaveDoc()
761 if(xColumns->hasByName(pField->GetName())) in appendColumns()
1076 if ( xColumns->hasByName(pField->GetName()) ) in alterColumns()
1156 if(xColumns->hasByName(pField->GetName())) in alterColumns()
1171 if(xColumns->hasByName(pField->GetName())) in alterColumns()
1225 if ( xColumns->hasByName(pField->GetName()) ) in alterColumns()
1252 …if(xKeyColumns.is() && xKeyColumns->hasByName(*pIter)) // check if this column is a member of the … in alterColumns()
1299 if(!xColumns->hasByName(pField->GetName())) in alterColumns()
1307 if(xColumns->hasByName(pField->GetName())) in alterColumns()
1337 && !xKeyColumns->hasByName( pField->GetName() ) in alterColumns()
1344 && xKeyColumns->hasByName( pField->GetName() ) in alterColumns()
1433 …if(xNameAccess->hasByName(m_sName) && ::cppu::extractInterface(xProp,xNameAccess->getByName(m_sNam… in assignTable()