Lines Matching refs:m_pTable

69     ,m_pTable(_pTable)  in ODbaseIndex()
83 ,m_pTable(_pTable) in ODbaseIndex()
166 …const ::rtl::OUString sError( m_pTable->getConnection()->getResources().getResourceStringWithSubst… in openIndexFile()
387 ::rtl::OUString sDir = m_pTable->getConnection()->getURL(); in getCompletePath()
400 ::rtl::OUString sCfgFile(m_pTable->getConnection()->getURL()); in createINFEntry()
402 sCfgFile += m_pTable->getName(); in createINFEntry()
428 aInfFile.WriteKey(aNewEntry,ByteString(sEntry,m_pTable->getConnection()->getTextEncoding())); in createINFEntry()
439m_pTable->getConnection()->throwGenericSQLException(STR_COULD_NOT_DELETE_INDEX,*m_pTable); in DropImpl()
444 ::rtl::OUString sCfgFile(m_pTable->getConnection()->getURL()); in DropImpl()
446 sCfgFile += m_pTable->getName(); in DropImpl()
467 if(sEntry == String(aInfFile.ReadKey(aKeyName),m_pTable->getConnection()->getTextEncoding())) in DropImpl()
482 m_pTable->getConnection()->throwGenericSQLException(_nErrorId,*this); in impl_killFileAndthrowError_throw()
491 …const ::rtl::OUString sError( m_pTable->getConnection()->getResources().getResourceStringWithSubst… in CreateImpl()
499 m_pTable->getConnection()->throwGenericSQLException(STR_ONL_ONE_COLUMN_PER_INDEX,*this); in CreateImpl()
521 …const ::rtl::OUString sError( m_pTable->getConnection()->getResources().getResourceStringWithSubst… in CreateImpl()
538 xStmt.set( m_pTable->getConnection()->createStatement(), UNO_SET_THROW); in CreateImpl()
542 const String aQuote(m_pTable->getConnection()->getMetaData()->getIdentifierQuoteString()); in CreateImpl()
550 aStatement += m_pTable->getName().getStr(); in CreateImpl()
579 ::vos::ORef<OSQLColumns> aCols = m_pTable->getTableColumns(); in CreateImpl()
595 ByteString aCol(aName,m_pTable->getConnection()->getTextEncoding()); in CreateImpl()