Searched refs:OAdoTable (Results 1 – 4 of 4) sorted by relevance
/aoo41x/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() 170 Reference< XDatabaseMetaData> OAdoTable::getMetaData() const in getMetaData() 239 void SAL_CALL OAdoTable::acquire() throw() in acquire() 244 void SAL_CALL OAdoTable::release() throw() in release() [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()
|
/aoo41x/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);
|
Completed in 51 milliseconds