Searched refs:OAdabasTable (Results 1 – 8 of 8) sorted by relevance
| /AOO41X/main/connectivity/source/drivers/adabas/ |
| H A D | BTable.cxx | 55 OAdabasTable::OAdabasTable( sdbcx::OCollection* _pTables, in OAdabasTable() function in OAdabasTable 63 OAdabasTable::OAdabasTable( sdbcx::OCollection* _pTables, in OAdabasTable() function in OAdabasTable 83 sdbcx::OCollection* OAdabasTable::createColumns(const TStringVector& _rNames) in createColumns() 88 sdbcx::OCollection* OAdabasTable::createKeys(const TStringVector& _rNames) in createKeys() 93 sdbcx::OCollection* OAdabasTable::createIndexes(const TStringVector& _rNames) in createIndexes() 98 Sequence< sal_Int8 > OAdabasTable::getUnoTunnelImplementationId() in getUnoTunnelImplementationId() 115 sal_Int64 OAdabasTable::getSomething( const Sequence< sal_Int8 > & rId ) throw (RuntimeException) in getSomething() 123 void SAL_CALL OAdabasTable::alterColumnByName( const ::rtl::OUString& colName, const Reference< XPr… in alterColumnByName() 224 ::rtl::OUString SAL_CALL OAdabasTable::getName() throw(::com::sun::star::uno::RuntimeException) in getName() 236 void OAdabasTable::alterColumnType(const ::rtl::OUString& _rColName, const Reference<XPropertySet>&… in alterColumnType() [all …]
|
| H A D | BIndex.cxx | 43 OAdabasIndex::OAdabasIndex( OAdabasTable* _pTable, in OAdabasIndex() 60 OAdabasIndex::OAdabasIndex(OAdabasTable* _pTable) in OAdabasIndex()
|
| H A D | BTables.cxx | 75 …OAdabasTable* pRet = new OAdabasTable(this, static_cast<OAdabasCatalog&>(m_rParent).getConnection(… in createObject() 98 return new OAdabasTable(this,static_cast<OAdabasCatalog&>(m_rParent).getConnection()); in createDescriptor()
|
| /AOO41X/main/connectivity/source/inc/adabas/ |
| H A D | BIndex.hxx | 34 class OAdabasTable; 37 OAdabasTable* m_pTable; 41 OAdabasIndex(OAdabasTable* _pTable); 42 OAdabasIndex( OAdabasTable* _pTable, 49 OAdabasTable* getTable() const { return m_pTable; } in getTable()
|
| H A D | BTable.hxx | 40 class OAdabasTable : public OTableHelper class 63 OAdabasTable( sdbcx::OCollection* _pTables, 65 OAdabasTable( sdbcx::OCollection* _pTables,
|
| H A D | BIndexes.hxx | 35 OAdabasTable* m_pTable; 43 OIndexes(OAdabasTable* _pTable, in OIndexes()
|
| H A D | BColumns.hxx | 39 OAdabasTable* m_pTable; 47 OColumns( OAdabasTable* _pTable, in OColumns()
|
| H A D | BKeys.hxx | 41 OKeys(OAdabasTable* _pTable, in OKeys()
|