Home
last modified time | relevance | path

Searched refs:OAdabasTable (Results 1 – 8 of 8) sorted by relevance

/AOO41X/main/connectivity/source/drivers/adabas/
H A DBTable.cxx55 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 DBIndex.cxx43 OAdabasIndex::OAdabasIndex( OAdabasTable* _pTable, in OAdabasIndex()
60 OAdabasIndex::OAdabasIndex(OAdabasTable* _pTable) in OAdabasIndex()
H A DBTables.cxx75OAdabasTable* 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 DBIndex.hxx34 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 DBTable.hxx40 class OAdabasTable : public OTableHelper class
63 OAdabasTable( sdbcx::OCollection* _pTables,
65 OAdabasTable( sdbcx::OCollection* _pTables,
H A DBIndexes.hxx35 OAdabasTable* m_pTable;
43 OIndexes(OAdabasTable* _pTable, in OIndexes()
H A DBColumns.hxx39 OAdabasTable* m_pTable;
47 OColumns( OAdabasTable* _pTable, in OColumns()
H A DBKeys.hxx41 OKeys(OAdabasTable* _pTable, in OKeys()