Searched refs:OAdoTable (Results 1 – 4 of 4) sorted by relevance
| /trunk/main/connectivity/source/drivers/ado/ |
| H A D | ATable.cxx | 56 OAdoTable::OAdoTable(sdbcx::OCollection* _pTables,sal_Bool _bCase,OCatalog* _pCatalog,_ADOTable* _p… in OAdoTable() function in OAdoTable 67 OAdoTable::OAdoTable(sdbcx::OCollection* _pTables,sal_Bool _bCase,OCatalog* _pCatalog) in OAdoTable() function in OAdoTable 77 void SAL_CALL OAdoTable::disposing(void) in disposing() 83 void OAdoTable::refreshColumns() in refreshColumns() 100 void OAdoTable::refreshKeys() in refreshKeys() 117 void OAdoTable::refreshIndexes() in refreshIndexes() 134 Sequence< sal_Int8 > OAdoTable::getUnoTunnelImplementationId() in getUnoTunnelImplementationId() 151 sal_Int64 OAdoTable::getSomething( const Sequence< sal_Int8 > & rId ) throw (RuntimeException) in getSomething() 159 void SAL_CALL OAdoTable::rename( const ::rtl::OUString& newName ) throw(SQLException, ElementExistE… in rename() 170 Reference< XDatabaseMetaData> OAdoTable::getMetaData() const in getMetaData() [all …]
|
| H A D | ATables.cxx | 58 return new OAdoTable(this,isCaseSensitive(),m_pCatalog,m_aCollection.GetItem(_rName)); in createObject() 70 return new OAdoTable(this,isCaseSensitive(),m_pCatalog); in createDescriptor() 76 OAdoTable* pTable = NULL; in appendObject() 85 return new OAdoTable(this,isCaseSensitive(),m_pCatalog,pTable->getImpl()); in appendObject()
|
| H A D | ADatabaseMetaDataImpl.cxx | 566 void OAdoTable::fillPropertyValues() in fillPropertyValues()
|
| /trunk/main/connectivity/source/inc/ado/ |
| H A D | ATable.hxx | 38 class OAdoTable : public OTable_TYPEDEF class 56 … OAdoTable(sdbcx::OCollection* _pTables,sal_Bool _bCase,OCatalog* _pCatalog,_ADOTable* _pTable); 57 OAdoTable(sdbcx::OCollection* _pTables,sal_Bool _bCase,OCatalog* _pCatalog);
|